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

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

Issue 9310018: Revert 119948 - Support for showing/hiding status area volume controls in desktop devices. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/chromeos/system_key_event_listener.cc ('k') | chrome/common/chrome_switches.cc » ('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 // Defines all the command-line switches used by Chrome. 5 // Defines all the command-line switches used by Chrome.
6 6
7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
8 #define CHROME_COMMON_CHROME_SWITCHES_H_ 8 #define CHROME_COMMON_CHROME_SWITCHES_H_
9 #pragma once 9 #pragma once
10 10
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 extern const char kLoginScreen[]; 342 extern const char kLoginScreen[];
343 extern const char kLoginScreenSize[]; 343 extern const char kLoginScreenSize[];
344 extern const char kTestLoadLibcros[]; 344 extern const char kTestLoadLibcros[];
345 extern const char kLoginProfile[]; 345 extern const char kLoginProfile[];
346 extern const char kLoginUser[]; 346 extern const char kLoginUser[];
347 extern const char kLoginPassword[]; 347 extern const char kLoginPassword[];
348 extern const char kLoginUserWithNewPassword[]; 348 extern const char kLoginUserWithNewPassword[];
349 extern const char kParallelAuth[]; 349 extern const char kParallelAuth[];
350 extern const char kCandidateWindowLang[]; 350 extern const char kCandidateWindowLang[];
351 extern const char kGuestSession[]; 351 extern const char kGuestSession[];
352 extern const char kShowVolumeStatus[];
353 extern const char kStubCros[]; 352 extern const char kStubCros[];
354 extern const char kStubCrosSettings[]; 353 extern const char kStubCrosSettings[];
355 extern const char kScreenSaverUrl[]; 354 extern const char kScreenSaverUrl[];
356 extern const char kCompressSystemFeedback[]; 355 extern const char kCompressSystemFeedback[];
357 extern const char kAuthExtensionPath[]; 356 extern const char kAuthExtensionPath[];
358 extern const char kEnterpriseEnrollmentInitialModulus[]; 357 extern const char kEnterpriseEnrollmentInitialModulus[];
359 extern const char kEnterpriseEnrollmentModulusLimit[]; 358 extern const char kEnterpriseEnrollmentModulusLimit[];
360 #ifndef NDEBUG 359 #ifndef NDEBUG
361 extern const char kOobeSkipPostLogin[]; 360 extern const char kOobeSkipPostLogin[];
362 #endif 361 #endif
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 #if defined(USE_AURA) 401 #if defined(USE_AURA)
403 extern const char kTestCompositor[]; 402 extern const char kTestCompositor[];
404 #endif 403 #endif
405 404
406 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 405 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
407 // alphabetical order, or in one of the ifdefs (also in order in each section). 406 // alphabetical order, or in one of the ifdefs (also in order in each section).
408 407
409 } // namespace switches 408 } // namespace switches
410 409
411 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 410 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/system_key_event_listener.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698