Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Side by Side Diff: chrome/common/pref_names.cc

Issue 2733023002: [Origin Trials] Support updates of disabled token list (Closed)
Patch Set: Address comments Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/macros.h" 7 #include "base/macros.h"
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 #include "chrome/common/features.h" 9 #include "chrome/common/features.h"
10 #include "chrome/common/pref_font_webkit_names.h" 10 #include "chrome/common/pref_font_webkit_names.h"
(...skipping 2372 matching lines...) Expand 10 before | Expand all | Expand 10 after
2383 "media_router.tab_mirroring_sources"; 2383 "media_router.tab_mirroring_sources";
2384 #endif 2384 #endif
2385 2385
2386 // The base64-encoded representation of the public key to use to validate origin 2386 // The base64-encoded representation of the public key to use to validate origin
2387 // trial token signatures. 2387 // trial token signatures.
2388 const char kOriginTrialPublicKey[] = "origin_trials.public_key"; 2388 const char kOriginTrialPublicKey[] = "origin_trials.public_key";
2389 2389
2390 // A list of origin trial features to disable by policy. 2390 // A list of origin trial features to disable by policy.
2391 const char kOriginTrialDisabledFeatures[] = "origin_trials.disabled_features"; 2391 const char kOriginTrialDisabledFeatures[] = "origin_trials.disabled_features";
2392 2392
2393 // A list of origin trial tokens to disable by policy.
2394 const char kOriginTrialDisabledTokens[] = "origin_trials.disabled_tokens";
2395
2393 // Policy that indicates the state of updates for the binary components. 2396 // Policy that indicates the state of updates for the binary components.
2394 const char kComponentUpdatesEnabled[] = 2397 const char kComponentUpdatesEnabled[] =
2395 "component_updates.component_updates_enabled"; 2398 "component_updates.component_updates_enabled";
2396 2399
2397 #if defined(OS_ANDROID) 2400 #if defined(OS_ANDROID)
2398 // Whether the search geolocation disclosure has been dismissed by the user. 2401 // Whether the search geolocation disclosure has been dismissed by the user.
2399 const char kSearchGeolocationDisclosureDismissed[] = 2402 const char kSearchGeolocationDisclosureDismissed[] =
2400 "search_geolocation_disclosure.dismissed"; 2403 "search_geolocation_disclosure.dismissed";
2401 2404
2402 // How many times the search geolocation disclosure has been shown. 2405 // How many times the search geolocation disclosure has been shown.
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
2520 // settings. 2523 // settings.
2521 const char kSettingsResetPromptLastTriggeredForStartupUrls[] = 2524 const char kSettingsResetPromptLastTriggeredForStartupUrls[] =
2522 "settings_reset_prompt.last_triggered_for_startup_urls"; 2525 "settings_reset_prompt.last_triggered_for_startup_urls";
2523 2526
2524 // Timestamp of the last time the settings reset prompt was shown during the 2527 // Timestamp of the last time the settings reset prompt was shown during the
2525 // current prompt wave asking the user if they want to restore their homepage. 2528 // current prompt wave asking the user if they want to restore their homepage.
2526 const char kSettingsResetPromptLastTriggeredForHomepage[] = 2529 const char kSettingsResetPromptLastTriggeredForHomepage[] =
2527 "settings_reset_prompt.last_triggered_for_homepage"; 2530 "settings_reset_prompt.last_triggered_for_homepage";
2528 2531
2529 } // namespace prefs 2532 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698