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

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

Issue 2804823002: Revamp the Incognito NTP on Desktop (Closed)
Patch Set: Font sizes Created 3 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
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 // This file defines all the public base::FeatureList features for the chrome 5 // This file defines all the public base::FeatureList features for the chrome
6 // module. 6 // module.
7 7
8 #ifndef CHROME_COMMON_CHROME_FEATURES_H_ 8 #ifndef CHROME_COMMON_CHROME_FEATURES_H_
9 #define CHROME_COMMON_CHROME_FEATURES_H_ 9 #define CHROME_COMMON_CHROME_FEATURES_H_
10 10
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 100
101 extern const base::Feature kMaterialDesignBookmarks; 101 extern const base::Feature kMaterialDesignBookmarks;
102 102
103 #if BUILDFLAG(ENABLE_EXTENSIONS) 103 #if BUILDFLAG(ENABLE_EXTENSIONS)
104 extern const base::Feature kMaterialDesignExtensions; 104 extern const base::Feature kMaterialDesignExtensions;
105 extern const base::Feature kAcknowledgeNtpOverrideOnDeactivate; 105 extern const base::Feature kAcknowledgeNtpOverrideOnDeactivate;
106 #endif 106 #endif
107 107
108 extern const base::Feature kMaterialDesignHistory; 108 extern const base::Feature kMaterialDesignHistory;
109 109
110 extern const base::Feature kMaterialDesignIncognitoNTP;
111
110 extern const base::Feature kMaterialDesignSettings; 112 extern const base::Feature kMaterialDesignSettings;
111 113
112 #if !defined(OS_ANDROID) && !defined(OS_IOS) 114 #if !defined(OS_ANDROID) && !defined(OS_IOS)
113 extern const base::Feature kMediaRemoting; 115 extern const base::Feature kMediaRemoting;
114 extern const base::Feature kMediaRemotingEncrypted; 116 extern const base::Feature kMediaRemotingEncrypted;
115 #endif // !defined(OS_ANDROID) && !defined(OS_IOS) 117 #endif // !defined(OS_ANDROID) && !defined(OS_IOS)
116 118
117 extern const base::Feature kModalPermissionPrompts; 119 extern const base::Feature kModalPermissionPrompts;
118 120
119 #if defined(OS_WIN) 121 #if defined(OS_WIN)
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 #endif // defined(OS_CHROMEOS) 183 #endif // defined(OS_CHROMEOS)
182 184
183 bool PrefServiceEnabled(); 185 bool PrefServiceEnabled();
184 186
185 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 187 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
186 // alphabetical order, or in one of the ifdefs (also in order in each section). 188 // alphabetical order, or in one of the ifdefs (also in order in each section).
187 189
188 } // namespace features 190 } // namespace features
189 191
190 #endif // CHROME_COMMON_CHROME_FEATURES_H_ 192 #endif // CHROME_COMMON_CHROME_FEATURES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698