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

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

Issue 2790493002: Implement permissions embargo for prompts which are repeatedly ignored. (Closed)
Patch Set: Not for plugins 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
« no previous file with comments | « chrome/browser/permissions/permission_uma_util.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 30 matching lines...) Expand all
41 extern const base::Feature kAutomaticTabDiscarding; 41 extern const base::Feature kAutomaticTabDiscarding;
42 #endif // defined(OS_WIN) || defined(OS_MACOSX) 42 #endif // defined(OS_WIN) || defined(OS_MACOSX)
43 43
44 #if defined(OS_WIN) || defined(OS_LINUX) 44 #if defined(OS_WIN) || defined(OS_LINUX)
45 extern const base::Feature kBackgroundModeAllowRestart; 45 extern const base::Feature kBackgroundModeAllowRestart;
46 #endif // defined(OS_WIN) || defined(OS_LINUX) 46 #endif // defined(OS_WIN) || defined(OS_LINUX)
47 47
48 extern const base::Feature kBackspaceGoesBackFeature; 48 extern const base::Feature kBackspaceGoesBackFeature;
49 49
50 extern const base::Feature kBlockPromptsIfDismissedOften; 50 extern const base::Feature kBlockPromptsIfDismissedOften;
51 extern const base::Feature kBlockPromptsIfIgnoredOften;
51 52
52 #if defined(OS_MACOSX) 53 #if defined(OS_MACOSX)
53 extern const base::Feature kBookmarkApps; 54 extern const base::Feature kBookmarkApps;
54 #endif 55 #endif
55 56
56 extern const base::Feature kBrowserHangFixesExperiment; 57 extern const base::Feature kBrowserHangFixesExperiment;
57 58
58 #if defined(OS_MACOSX) 59 #if defined(OS_MACOSX)
59 extern const base::Feature kBrowserTouchBar; 60 extern const base::Feature kBrowserTouchBar;
60 extern const base::Feature kTabStripKeyboardFocus; 61 extern const base::Feature kTabStripKeyboardFocus;
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 #endif // defined(OS_CHROMEOS) 178 #endif // defined(OS_CHROMEOS)
178 179
179 bool PrefServiceEnabled(); 180 bool PrefServiceEnabled();
180 181
181 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 182 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
182 // alphabetical order, or in one of the ifdefs (also in order in each section). 183 // alphabetical order, or in one of the ifdefs (also in order in each section).
183 184
184 } // namespace features 185 } // namespace features
185 186
186 #endif // CHROME_COMMON_CHROME_FEATURES_H_ 187 #endif // CHROME_COMMON_CHROME_FEATURES_H_
OLDNEW
« no previous file with comments | « chrome/browser/permissions/permission_uma_util.cc ('k') | chrome/common/chrome_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698