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

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

Issue 2155293002: Show the Cast toolbar icon ephemerally when Cast is in use (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
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 2218 matching lines...) Expand 10 before | Expand all | Expand 10 after
2229 const char kMediaRouterCloudServicesPrefSet[] = 2229 const char kMediaRouterCloudServicesPrefSet[] =
2230 "media_router.cloudservices.prefset"; 2230 "media_router.cloudservices.prefset";
2231 // Whether or not the user has enabled cloud services with Media Router. 2231 // Whether or not the user has enabled cloud services with Media Router.
2232 const char kMediaRouterEnableCloudServices[] = 2232 const char kMediaRouterEnableCloudServices[] =
2233 "media_router.cloudservices.enabled"; 2233 "media_router.cloudservices.enabled";
2234 #endif // defined(GOOGLE_CHROME_BUILD) 2234 #endif // defined(GOOGLE_CHROME_BUILD)
2235 // Whether or not the Media Router first run flow has been acknowledged by the 2235 // Whether or not the Media Router first run flow has been acknowledged by the
2236 // user. 2236 // user.
2237 const char kMediaRouterFirstRunFlowAcknowledged[] = 2237 const char kMediaRouterFirstRunFlowAcknowledged[] =
2238 "media_router.firstrunflow.acknowledged"; 2238 "media_router.firstrunflow.acknowledged";
2239 #endif 2239 const char kMediaRouterAlwaysShowActionIcon[] =
2240 "media_router.action.always_show";
2241 #endif // defined(ENABLE_MEDIA_ROUTER)
2240 2242
2241 // The base64-encoded representation of the public key to use to validate origin 2243 // The base64-encoded representation of the public key to use to validate origin
2242 // trial token signatures. 2244 // trial token signatures.
2243 const char kOriginTrialPublicKey[] = "origin_trials.public_key"; 2245 const char kOriginTrialPublicKey[] = "origin_trials.public_key";
2244 2246
2245 // A list of origin trial features to disable by policy. 2247 // A list of origin trial features to disable by policy.
2246 const char kOriginTrialDisabledFeatures[] = "origin_trials.disabled_features"; 2248 const char kOriginTrialDisabledFeatures[] = "origin_trials.disabled_features";
2247 2249
2248 } // namespace prefs 2250 } // namespace prefs
OLDNEW
« chrome/browser/ui/toolbar/media_router_contextual_menu.h ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698