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

Side by Side Diff: chrome/common/chrome_switches.h

Issue 2451573003: [Media Router] Update Media Router flags post-launch. (Closed)
Patch Set: Rebase & respond to apacible@ comments. Created 4 years, 1 month 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 // Defines the shared command-line switches used by code in the Chrome 5 // Defines the shared command-line switches used by code in the Chrome
6 // directory that don't have anywhere more specific to go. 6 // directory that don't have anywhere more specific to go.
7 7
8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
9 #define CHROME_COMMON_CHROME_SWITCHES_H_ 9 #define CHROME_COMMON_CHROME_SWITCHES_H_
10 10
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 extern const char kIncognito[]; 172 extern const char kIncognito[];
173 extern const char kInstallChromeApp[]; 173 extern const char kInstallChromeApp[];
174 extern const char kInstallSupervisedUserWhitelists[]; 174 extern const char kInstallSupervisedUserWhitelists[];
175 extern const char kInstantProcess[]; 175 extern const char kInstantProcess[];
176 extern const char kInterestsURL[]; 176 extern const char kInterestsURL[];
177 extern const char kKeepAliveForTest[]; 177 extern const char kKeepAliveForTest[];
178 extern const char kKioskMode[]; 178 extern const char kKioskMode[];
179 extern const char kKioskModePrinting[]; 179 extern const char kKioskModePrinting[];
180 extern const char kLoadComponentExtension[]; 180 extern const char kLoadComponentExtension[];
181 extern const char kLoadExtension[]; 181 extern const char kLoadExtension[];
182 extern const char kLoadMediaRouterComponentExtension[];
182 extern const char kMakeDefaultBrowser[]; 183 extern const char kMakeDefaultBrowser[];
183 extern const char kSecurityChip[]; 184 extern const char kSecurityChip[];
184 extern const char kSecurityChipShowNonSecureOnly[]; 185 extern const char kSecurityChipShowNonSecureOnly[];
185 extern const char kSecurityChipShowAll[]; 186 extern const char kSecurityChipShowAll[];
186 extern const char kSecurityChipAnimation[]; 187 extern const char kSecurityChipAnimation[];
187 extern const char kSecurityChipAnimationNone[]; 188 extern const char kSecurityChipAnimationNone[];
188 extern const char kSecurityChipAnimationNonSecureOnly[]; 189 extern const char kSecurityChipAnimationNonSecureOnly[];
189 extern const char kSecurityChipAnimationAll[]; 190 extern const char kSecurityChipAnimationAll[];
190 extern const char kMediaCacheSize[]; 191 extern const char kMediaCacheSize[];
191 extern const char kMediaRouter[];
192 extern const char kMetricsRecordingOnly[]; 192 extern const char kMetricsRecordingOnly[];
193 extern const char kMonitoringDestinationID[]; 193 extern const char kMonitoringDestinationID[];
194 extern const char kNetLogCaptureMode[]; 194 extern const char kNetLogCaptureMode[];
195 extern const char kNoDefaultBrowserCheck[]; 195 extern const char kNoDefaultBrowserCheck[];
196 extern const char kNoExperiments[]; 196 extern const char kNoExperiments[];
197 extern const char kNoFirstRun[]; 197 extern const char kNoFirstRun[];
198 extern const char kNoPings[]; 198 extern const char kNoPings[];
199 extern const char kNoProxyServer[]; 199 extern const char kNoProxyServer[];
200 extern const char kNoServiceAutorun[]; 200 extern const char kNoServiceAutorun[];
201 extern const char kNoStartupWindow[]; 201 extern const char kNoStartupWindow[];
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 #if defined(OS_CHROMEOS) 400 #if defined(OS_CHROMEOS)
401 bool PowerOverlayEnabled(); 401 bool PowerOverlayEnabled();
402 #endif 402 #endif
403 403
404 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 404 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
405 // alphabetical order, or in one of the ifdefs (also in order in each section). 405 // alphabetical order, or in one of the ifdefs (also in order in each section).
406 406
407 } // namespace switches 407 } // namespace switches
408 408
409 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 409 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/media_router/media_router_webui_message_handler_unittest.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698