telemetry.internal.browser.profile_types | index telemetry/internal/browser/profile_types.py |
# Copyright 2013 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
Modules | ||||||
|
Functions | ||
|
Data | ||
BASE_PROFILE_TYPES = ['clean', 'default'] PROFILE_TYPE_MAPPING = {'power_user': 'extension_webrequest', 'typical_user': 'content_scripts1'} |