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

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

Issue 2716333002: Implement important sites dialog for desktop. (Closed)
Patch Set: fix html formatting Created 3 years, 9 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 extern const base::Feature kExperimentalKeyboardLockUI; 70 extern const base::Feature kExperimentalKeyboardLockUI;
71 71
72 #if defined(OS_WIN) 72 #if defined(OS_WIN)
73 extern const base::Feature kGdiTextPrinting; 73 extern const base::Feature kGdiTextPrinting;
74 #endif 74 #endif
75 75
76 #if defined(OS_CHROMEOS) 76 #if defined(OS_CHROMEOS)
77 extern const base::Feature kHappinessTrackingSystem; 77 extern const base::Feature kHappinessTrackingSystem;
78 #endif 78 #endif
79 79
80 extern const base::Feature kImportantSitesInCBD;
81
80 extern const base::Feature kImprovedRecoveryComponent; 82 extern const base::Feature kImprovedRecoveryComponent;
81 83
82 #if defined(GOOGLE_CHROME_BUILD) && defined(OS_LINUX) && !defined(OS_CHROMEOS) 84 #if defined(GOOGLE_CHROME_BUILD) && defined(OS_LINUX) && !defined(OS_CHROMEOS)
83 extern const base::Feature kLinuxObsoleteSystemIsEndOfTheLine; 85 extern const base::Feature kLinuxObsoleteSystemIsEndOfTheLine;
84 #endif 86 #endif
85 87
86 extern const base::Feature kLsdPermissionPrompt; 88 extern const base::Feature kLsdPermissionPrompt;
87 89
88 extern const base::Feature kMaterialDesignBookmarks; 90 extern const base::Feature kMaterialDesignBookmarks;
89 91
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 168
167 extern const base::Feature kCrosCompUpdates; 169 extern const base::Feature kCrosCompUpdates;
168 #endif // defined(OS_CHROMEOS) 170 #endif // defined(OS_CHROMEOS)
169 171
170 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 172 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
171 // alphabetical order, or in one of the ifdefs (also in order in each section). 173 // alphabetical order, or in one of the ifdefs (also in order in each section).
172 174
173 } // namespace features 175 } // namespace features
174 176
175 #endif // CHROME_COMMON_CHROME_FEATURES_H_ 177 #endif // CHROME_COMMON_CHROME_FEATURES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698