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

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

Issue 9455038: Screensaver at login screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: and another build fix.. Created 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 extern const char kWhitelistedExtensionID[]; 317 extern const char kWhitelistedExtensionID[];
318 extern const char kWindowPosition[]; 318 extern const char kWindowPosition[];
319 extern const char kWindowSize[]; 319 extern const char kWindowSize[];
320 extern const char kWinHttpProxyResolver[]; 320 extern const char kWinHttpProxyResolver[];
321 321
322 #if defined(OS_CHROMEOS) 322 #if defined(OS_CHROMEOS)
323 extern const char kSkipOAuthLogin[]; 323 extern const char kSkipOAuthLogin[];
324 extern const char kEnableBluetooth[]; 324 extern const char kEnableBluetooth[];
325 extern const char kEnableDevicePolicy[]; 325 extern const char kEnableDevicePolicy[];
326 extern const char kEnableGView[]; 326 extern const char kEnableGView[];
327 extern const char kEnableKioskMode[];
327 extern const char kEnableMobileSetupDialog[]; 328 extern const char kEnableMobileSetupDialog[];
328 extern const char kEnableONCPolicy[]; 329 extern const char kEnableONCPolicy[];
329 extern const char kEnableSensors[]; 330 extern const char kEnableSensors[];
330 extern const char kEnableStaticIPConfig[]; 331 extern const char kEnableStaticIPConfig[];
332 extern const char kKioskModeScreensaverPath[];
331 extern const char kLoginManager[]; 333 extern const char kLoginManager[];
332 // TODO(avayvod): Remove this flag when it's unnecessary for testing 334 // TODO(avayvod): Remove this flag when it's unnecessary for testing
333 // purposes. 335 // purposes.
334 extern const char kLoginScreen[]; 336 extern const char kLoginScreen[];
335 extern const char kLoginScreenSize[]; 337 extern const char kLoginScreenSize[];
336 extern const char kTestLoadLibcros[]; 338 extern const char kTestLoadLibcros[];
337 extern const char kLoginProfile[]; 339 extern const char kLoginProfile[];
338 extern const char kLoginUser[]; 340 extern const char kLoginUser[];
339 extern const char kLoginPassword[]; 341 extern const char kLoginPassword[];
340 extern const char kGuestSession[]; 342 extern const char kGuestSession[];
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 #else 390 #else
389 extern const char kEnablePrintPreview[]; 391 extern const char kEnablePrintPreview[];
390 #endif 392 #endif
391 393
392 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 394 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
393 // alphabetical order, or in one of the ifdefs (also in order in each section). 395 // alphabetical order, or in one of the ifdefs (also in order in each section).
394 396
395 } // namespace switches 397 } // namespace switches
396 398
397 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 399 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698