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

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

Issue 1931503002: Add BackgroundModeOptimizer that can restart the browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@PushKeepAlive
Patch Set: address comments. disable feature by default Created 4 years, 5 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
« no previous file with comments | « chrome/common/chrome_features.cc ('k') | no next file » | 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 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 783
784 extern const char kEasyUnlockDeviceId[]; 784 extern const char kEasyUnlockDeviceId[];
785 extern const char kEasyUnlockHardlockState[]; 785 extern const char kEasyUnlockHardlockState[];
786 extern const char kEasyUnlockLocalStateTpmKeys[]; 786 extern const char kEasyUnlockLocalStateTpmKeys[];
787 extern const char kEasyUnlockLocalStateUserPrefs[]; 787 extern const char kEasyUnlockLocalStateUserPrefs[];
788 788
789 extern const char kRecoveryComponentNeedsElevation[]; 789 extern const char kRecoveryComponentNeedsElevation[];
790 790
791 extern const char kRegisteredSupervisedUserWhitelists[]; 791 extern const char kRegisteredSupervisedUserWhitelists[];
792 792
793 #if BUILDFLAG(ENABLE_BACKGROUND)
794 extern const char kRestartInBackground[];
795 #endif
796
793 #if defined(ENABLE_EXTENSIONS) 797 #if defined(ENABLE_EXTENSIONS)
794 extern const char kAnimationPolicy[]; 798 extern const char kAnimationPolicy[];
795 #endif 799 #endif
796 800
797 extern const char kBackgroundTracingLastUpload[]; 801 extern const char kBackgroundTracingLastUpload[];
798 802
799 extern const char kAllowDinosaurEasterEgg[]; 803 extern const char kAllowDinosaurEasterEgg[];
800 804
801 #if defined(OS_ANDROID) 805 #if defined(OS_ANDROID)
802 extern const char kClickedUpdateMenuItem[]; 806 extern const char kClickedUpdateMenuItem[];
803 extern const char kLatestVersionWhenClickedUpdateMenuItem[]; 807 extern const char kLatestVersionWhenClickedUpdateMenuItem[];
804 #endif 808 #endif
805 809
806 #if defined(ENABLE_MEDIA_ROUTER) 810 #if defined(ENABLE_MEDIA_ROUTER)
807 #if defined(GOOGLE_CHROME_BUILD) 811 #if defined(GOOGLE_CHROME_BUILD)
808 extern const char kMediaRouterCloudServicesPrefSet[]; 812 extern const char kMediaRouterCloudServicesPrefSet[];
809 extern const char kMediaRouterEnableCloudServices[]; 813 extern const char kMediaRouterEnableCloudServices[];
810 #endif // defined(GOOGLE_CHROME_BUILD) 814 #endif // defined(GOOGLE_CHROME_BUILD)
811 extern const char kMediaRouterFirstRunFlowAcknowledged[]; 815 extern const char kMediaRouterFirstRunFlowAcknowledged[];
812 #endif 816 #endif
813 817
814 extern const char kOriginTrialPublicKey[]; 818 extern const char kOriginTrialPublicKey[];
815 extern const char kOriginTrialDisabledFeatures[]; 819 extern const char kOriginTrialDisabledFeatures[];
816 820
817 } // namespace prefs 821 } // namespace prefs
818 822
819 #endif // CHROME_COMMON_PREF_NAMES_H_ 823 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/common/chrome_features.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698