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

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

Issue 11227020: Set root resource ID upon full feed update. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: undo minor comment fix. Created 8 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 | Annotate | Revision Log
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 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 extern const char kDisableBootAnimation[]; 375 extern const char kDisableBootAnimation[];
376 extern const char kDisableDrive[]; 376 extern const char kDisableDrive[];
377 extern const char kDisableDrivePrefetch[]; 377 extern const char kDisableDrivePrefetch[];
378 extern const char kDisableFactoryReset[]; 378 extern const char kDisableFactoryReset[];
379 extern const char kDisableHtml5Camera[]; 379 extern const char kDisableHtml5Camera[];
380 extern const char kDisableLoginAnimations[]; 380 extern const char kDisableLoginAnimations[];
381 extern const char kDisableNewOobe[]; 381 extern const char kDisableNewOobe[];
382 extern const char kDisableNewWallpaperUI[]; 382 extern const char kDisableNewWallpaperUI[];
383 extern const char kDisableOobeAnimation[]; 383 extern const char kDisableOobeAnimation[];
384 extern const char kEnableBackgroundLoader[]; 384 extern const char kEnableBackgroundLoader[];
385 extern const char kEnableDriveV2Api[];
satorux1 2012/10/26 06:14:36 This shouldn't be part of the patch?
kochi 2012/10/26 07:35:42 Right, removed.
385 extern const char kEnableTouchpadThreeFingerClick[]; 386 extern const char kEnableTouchpadThreeFingerClick[];
386 extern const char kSkipOAuthLogin[]; 387 extern const char kSkipOAuthLogin[];
387 extern const char kEnableGView[]; 388 extern const char kEnableGView[];
388 extern const char kEnableKioskMode[]; 389 extern const char kEnableKioskMode[];
389 extern const char kEnableRequestTabletSite[]; 390 extern const char kEnableRequestTabletSite[];
390 extern const char kEnableStaticIPConfig[]; 391 extern const char kEnableStaticIPConfig[];
391 extern const char kFirstBoot[]; 392 extern const char kFirstBoot[];
392 extern const char kKioskModeScreensaverPath[]; 393 extern const char kKioskModeScreensaverPath[];
393 extern const char kLoginManager[]; 394 extern const char kLoginManager[];
394 // TODO(avayvod): Remove this flag when it's unnecessary for testing 395 // TODO(avayvod): Remove this flag when it's unnecessary for testing
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 454
454 namespace chrome { 455 namespace chrome {
455 456
456 // Returns true if the new frameless constrained window style is enabled. 457 // Returns true if the new frameless constrained window style is enabled.
457 // TODO(sail): Remove this once the feature is fully baked. 458 // TODO(sail): Remove this once the feature is fully baked.
458 bool IsFramelessConstrainedDialogEnabled(); 459 bool IsFramelessConstrainedDialogEnabled();
459 460
460 } // namespace chrome 461 } // namespace chrome
461 462
462 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 463 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698