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

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

Issue 2705113005: Update AutoImport to import nothing by default (in absence of policy and master_prefs). (Closed)
Patch Set: update comment in chrome_browser_main.cc 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
« no previous file with comments | « chrome/browser/ui/browser_ui_prefs.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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 extern const base::Feature kBrowserTouchBar; 55 extern const base::Feature kBrowserTouchBar;
56 extern const base::Feature kTabStripKeyboardFocus; 56 extern const base::Feature kTabStripKeyboardFocus;
57 #endif // defined(OS_MACOSX) 57 #endif // defined(OS_MACOSX)
58 58
59 #if defined(OS_ANDROID) 59 #if defined(OS_ANDROID)
60 extern const base::Feature kConsistentOmniboxGeolocation; 60 extern const base::Feature kConsistentOmniboxGeolocation;
61 #endif 61 #endif
62 62
63 #if defined(OS_WIN) 63 #if defined(OS_WIN)
64 extern const base::Feature kDesktopIOSPromotion; 64 extern const base::Feature kDesktopIOSPromotion;
65 extern const base::Feature kDisableFirstRunAutoImportWin;
66 #endif // defined(OS_WIN) 65 #endif // defined(OS_WIN)
67 66
68 extern const base::Feature kDisplayPersistenceToggleInPermissionPrompts; 67 extern const base::Feature kDisplayPersistenceToggleInPermissionPrompts;
69 68
70 extern const base::Feature kExpectCTReporting; 69 extern const base::Feature kExpectCTReporting;
71 70
72 extern const base::Feature kExperimentalKeyboardLockUI; 71 extern const base::Feature kExperimentalKeyboardLockUI;
73 72
74 #if defined(OS_WIN) 73 #if defined(OS_WIN)
75 extern const base::Feature kGdiTextPrinting; 74 extern const base::Feature kGdiTextPrinting;
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 167
169 extern const base::Feature kCrosCompUpdates; 168 extern const base::Feature kCrosCompUpdates;
170 #endif // defined(OS_CHROMEOS) 169 #endif // defined(OS_CHROMEOS)
171 170
172 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 171 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
173 // alphabetical order, or in one of the ifdefs (also in order in each section). 172 // alphabetical order, or in one of the ifdefs (also in order in each section).
174 173
175 } // namespace features 174 } // namespace features
176 175
177 #endif // CHROME_COMMON_CHROME_FEATURES_H_ 176 #endif // CHROME_COMMON_CHROME_FEATURES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_ui_prefs.cc ('k') | chrome/common/chrome_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698