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

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

Issue 2948893004: Add new flag for experimental app banners. (Closed)
Patch Set: Rebase Created 3 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/browser/flag_descriptions.cc ('k') | chrome/common/chrome_features.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 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 #endif 75 #endif
76 76
77 #if defined(OS_WIN) 77 #if defined(OS_WIN)
78 extern const base::Feature kDesktopIOSPromotion; 78 extern const base::Feature kDesktopIOSPromotion;
79 #endif // defined(OS_WIN) 79 #endif // defined(OS_WIN)
80 80
81 extern const base::Feature kDisplayPersistenceToggleInPermissionPrompts; 81 extern const base::Feature kDisplayPersistenceToggleInPermissionPrompts;
82 82
83 extern const base::Feature kExpectCTReporting; 83 extern const base::Feature kExpectCTReporting;
84 84
85 extern const base::Feature kExperimentalAppBanners;
85 extern const base::Feature kExperimentalKeyboardLockUI; 86 extern const base::Feature kExperimentalKeyboardLockUI;
86 87
87 #if defined(OS_WIN) 88 #if defined(OS_WIN)
88 extern const base::Feature kGdiTextPrinting; 89 extern const base::Feature kGdiTextPrinting;
89 #endif 90 #endif
90 91
91 #if defined(OS_CHROMEOS) 92 #if defined(OS_CHROMEOS)
92 extern const base::Feature kHappinessTrackingSystem; 93 extern const base::Feature kHappinessTrackingSystem;
93 #endif 94 #endif
94 95
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 #endif // defined(OS_CHROMEOS) 210 #endif // defined(OS_CHROMEOS)
210 211
211 bool PrefServiceEnabled(); 212 bool PrefServiceEnabled();
212 213
213 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 214 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
214 // alphabetical order, or in one of the ifdefs (also in order in each section). 215 // alphabetical order, or in one of the ifdefs (also in order in each section).
215 216
216 } // namespace features 217 } // namespace features
217 218
218 #endif // CHROME_COMMON_CHROME_FEATURES_H_ 219 #endif // CHROME_COMMON_CHROME_FEATURES_H_
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.cc ('k') | chrome/common/chrome_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698