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

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

Issue 10885047: Metro mode switching (chrome side) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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
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 // Constants for the names of various preferences, for easier changing. 5 // Constants for the names of various preferences, for easier changing.
6 6
7 #ifndef CHROME_COMMON_PREF_NAMES_H_ 7 #ifndef CHROME_COMMON_PREF_NAMES_H_
8 #define CHROME_COMMON_PREF_NAMES_H_ 8 #define CHROME_COMMON_PREF_NAMES_H_
9 9
10 #include <stddef.h> 10 #include <stddef.h>
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 482
483 extern const char kCountryIDAtInstall[]; 483 extern const char kCountryIDAtInstall[];
484 extern const char kGeoIDAtInstall[]; // OBSOLETE 484 extern const char kGeoIDAtInstall[]; // OBSOLETE
485 485
486 extern const char kShutdownType[]; 486 extern const char kShutdownType[];
487 extern const char kShutdownNumProcesses[]; 487 extern const char kShutdownNumProcesses[];
488 extern const char kShutdownNumProcessesSlow[]; 488 extern const char kShutdownNumProcessesSlow[];
489 489
490 extern const char kRestartLastSessionOnShutdown[]; 490 extern const char kRestartLastSessionOnShutdown[];
491 extern const char kWasRestarted[]; 491 extern const char kWasRestarted[];
492 #if defined(OS_WIN)
493 extern const char kRestartSwitchMode[];
494 #endif
492 495
493 extern const char kNumBookmarksOnBookmarkBar[]; 496 extern const char kNumBookmarksOnBookmarkBar[];
494 extern const char kNumFoldersOnBookmarkBar[]; 497 extern const char kNumFoldersOnBookmarkBar[];
495 extern const char kNumBookmarksInOtherBookmarkFolder[]; 498 extern const char kNumBookmarksInOtherBookmarkFolder[];
496 extern const char kNumFoldersInOtherBookmarkFolder[]; 499 extern const char kNumFoldersInOtherBookmarkFolder[];
497 500
498 extern const char kNumKeywords[]; 501 extern const char kNumKeywords[];
499 502
500 extern const char kDisableVideoAndChat[]; 503 extern const char kDisableVideoAndChat[];
501 504
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 #endif 733 #endif
731 734
732 extern const char kInManagedMode[]; 735 extern const char kInManagedMode[];
733 736
734 extern const char kNetworkProfileWarningsLeft[]; 737 extern const char kNetworkProfileWarningsLeft[];
735 extern const char kNetworkProfileLastWarningTime[]; 738 extern const char kNetworkProfileLastWarningTime[];
736 739
737 } // namespace prefs 740 } // namespace prefs
738 741
739 #endif // CHROME_COMMON_PREF_NAMES_H_ 742 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698