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

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

Issue 220373003: Prevent Chrome from quitting when apps are open. (Mac) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 6 years, 8 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 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 #endif 776 #endif
777 777
778 extern const char kRegisteredProtocolHandlers[]; 778 extern const char kRegisteredProtocolHandlers[];
779 extern const char kIgnoredProtocolHandlers[]; 779 extern const char kIgnoredProtocolHandlers[];
780 extern const char kCustomHandlersEnabled[]; 780 extern const char kCustomHandlersEnabled[];
781 781
782 #if defined(OS_MACOSX) 782 #if defined(OS_MACOSX)
783 extern const char kUserRemovedLoginItem[]; 783 extern const char kUserRemovedLoginItem[];
784 extern const char kChromeCreatedLoginItem[]; 784 extern const char kChromeCreatedLoginItem[];
785 extern const char kMigratedLoginItemPref[]; 785 extern const char kMigratedLoginItemPref[];
786 extern const char kNotifyWhenAppsKeepChromeAlive[];
786 #endif 787 #endif
787 788
788 extern const char kBackgroundModeEnabled[]; 789 extern const char kBackgroundModeEnabled[];
789 extern const char kHardwareAccelerationModeEnabled[]; 790 extern const char kHardwareAccelerationModeEnabled[];
790 extern const char kHardwareAccelerationModePrevious[]; 791 extern const char kHardwareAccelerationModePrevious[];
791 792
792 extern const char kDevicePolicyRefreshRate[]; 793 extern const char kDevicePolicyRefreshRate[];
793 794
794 extern const char kFactoryResetRequested[]; 795 extern const char kFactoryResetRequested[];
795 extern const char kRollbackRequested[]; 796 extern const char kRollbackRequested[];
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 906
906 #if defined(OS_ANDROID) 907 #if defined(OS_ANDROID)
907 extern const char kPartnerBookmarkMappings[]; 908 extern const char kPartnerBookmarkMappings[];
908 #endif 909 #endif
909 910
910 extern const char kQuickCheckEnabled[]; 911 extern const char kQuickCheckEnabled[];
911 912
912 } // namespace prefs 913 } // namespace prefs
913 914
914 #endif // CHROME_COMMON_PREF_NAMES_H_ 915 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698