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

Unified Diff: chrome/common/chrome_features.h

Issue 2877483002: Add about:flags entries for UseGoogleLocalNtp and OneGoogleBarOnLocalNtp (Closed)
Patch Set: less ifdef Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/search/search.cc ('k') | chrome/common/chrome_features.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_features.h
diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
index ea7460a67dfbb354c5931da1f4113b2d4d32498d..c3dae15b718e761c46558533e60516e800821353 100644
--- a/chrome/common/chrome_features.h
+++ b/chrome/common/chrome_features.h
@@ -136,6 +136,10 @@ extern const base::Feature kNativeNotifications;
extern const base::Feature kOfflinePageDownloadSuggestionsFeature;
+#if !defined(OS_ANDROID) && !defined(OS_IOS)
+extern const base::Feature kOneGoogleBarOnLocalNtp;
+#endif
+
extern const base::Feature kPermissionsBlacklist;
#if defined(OS_WIN)
@@ -178,6 +182,8 @@ extern const base::Feature kSyzyasanDeferredFree;
extern const base::Feature kTabsInCbd;
+extern const base::Feature kUseGoogleLocalNtp;
+
extern const base::Feature kUseGroupedPermissionInfobars;
extern const base::Feature kUsePermissionManagerForMediaRequests;
« no previous file with comments | « chrome/browser/search/search.cc ('k') | chrome/common/chrome_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698