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

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

Issue 2260343002: Revert of Show the Cast toolbar icon ephemerally when Cast is in use (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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') | no next file » | 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/pref_font_webkit_names.h" 9 #include "chrome/common/pref_font_webkit_names.h"
10 10
(...skipping 2233 matching lines...) Expand 10 before | Expand all | Expand 10 after
2244 const char kMediaRouterCloudServicesPrefSet[] = 2244 const char kMediaRouterCloudServicesPrefSet[] =
2245 "media_router.cloudservices.prefset"; 2245 "media_router.cloudservices.prefset";
2246 // Whether or not the user has enabled cloud services with Media Router. 2246 // Whether or not the user has enabled cloud services with Media Router.
2247 const char kMediaRouterEnableCloudServices[] = 2247 const char kMediaRouterEnableCloudServices[] =
2248 "media_router.cloudservices.enabled"; 2248 "media_router.cloudservices.enabled";
2249 #endif // defined(GOOGLE_CHROME_BUILD) 2249 #endif // defined(GOOGLE_CHROME_BUILD)
2250 // Whether or not the Media Router first run flow has been acknowledged by the 2250 // Whether or not the Media Router first run flow has been acknowledged by the
2251 // user. 2251 // user.
2252 const char kMediaRouterFirstRunFlowAcknowledged[] = 2252 const char kMediaRouterFirstRunFlowAcknowledged[] =
2253 "media_router.firstrunflow.acknowledged"; 2253 "media_router.firstrunflow.acknowledged";
2254 const char kMediaRouterAlwaysShowActionIcon[] = 2254 #endif
2255 "media_router.action.always_show";
2256 #endif // defined(ENABLE_MEDIA_ROUTER)
2257 2255
2258 // The base64-encoded representation of the public key to use to validate origin 2256 // The base64-encoded representation of the public key to use to validate origin
2259 // trial token signatures. 2257 // trial token signatures.
2260 const char kOriginTrialPublicKey[] = "origin_trials.public_key"; 2258 const char kOriginTrialPublicKey[] = "origin_trials.public_key";
2261 2259
2262 // A list of origin trial features to disable by policy. 2260 // A list of origin trial features to disable by policy.
2263 const char kOriginTrialDisabledFeatures[] = "origin_trials.disabled_features"; 2261 const char kOriginTrialDisabledFeatures[] = "origin_trials.disabled_features";
2264 2262
2265 } // namespace prefs 2263 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698