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

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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/pref_names.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 // 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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 483
484 extern const char kCountryIDAtInstall[]; 484 extern const char kCountryIDAtInstall[];
485 extern const char kGeoIDAtInstall[]; // OBSOLETE 485 extern const char kGeoIDAtInstall[]; // OBSOLETE
486 486
487 extern const char kShutdownType[]; 487 extern const char kShutdownType[];
488 extern const char kShutdownNumProcesses[]; 488 extern const char kShutdownNumProcesses[];
489 extern const char kShutdownNumProcessesSlow[]; 489 extern const char kShutdownNumProcessesSlow[];
490 490
491 extern const char kRestartLastSessionOnShutdown[]; 491 extern const char kRestartLastSessionOnShutdown[];
492 extern const char kWasRestarted[]; 492 extern const char kWasRestarted[];
493 #if defined(OS_WIN)
494 extern const char kRestartSwitchMode[];
495 #endif
493 496
494 extern const char kNumBookmarksOnBookmarkBar[]; 497 extern const char kNumBookmarksOnBookmarkBar[];
495 extern const char kNumFoldersOnBookmarkBar[]; 498 extern const char kNumFoldersOnBookmarkBar[];
496 extern const char kNumBookmarksInOtherBookmarkFolder[]; 499 extern const char kNumBookmarksInOtherBookmarkFolder[];
497 extern const char kNumFoldersInOtherBookmarkFolder[]; 500 extern const char kNumFoldersInOtherBookmarkFolder[];
498 501
499 extern const char kNumKeywords[]; 502 extern const char kNumKeywords[];
500 503
501 extern const char kDisableVideoAndChat[]; 504 extern const char kDisableVideoAndChat[];
502 505
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 #endif 738 #endif
736 739
737 extern const char kInManagedMode[]; 740 extern const char kInManagedMode[];
738 741
739 extern const char kNetworkProfileWarningsLeft[]; 742 extern const char kNetworkProfileWarningsLeft[];
740 extern const char kNetworkProfileLastWarningTime[]; 743 extern const char kNetworkProfileLastWarningTime[];
741 744
742 } // namespace prefs 745 } // namespace prefs
743 746
744 #endif // CHROME_COMMON_PREF_NAMES_H_ 747 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698