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

Unified Diff: chrome/common/chrome_features.h

Issue 2877483002: Add about:flags entries for UseGoogleLocalNtp and OneGoogleBarOnLocalNtp (Closed)
Patch Set: 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
Index: chrome/common/chrome_features.h
diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
index 306e4f791a54e05a6066a17633ac229e77c953d4..d893023985be9b98da2fe0bc6f9b914e82930cea 100644
--- a/chrome/common/chrome_features.h
+++ b/chrome/common/chrome_features.h
@@ -132,6 +132,8 @@ extern const base::Feature kNativeNotifications;
extern const base::Feature kOfflinePageDownloadSuggestionsFeature;
+extern const base::Feature kOneGoogleBarOnLocalNtp;
sfiera 2017/05/11 10:39:22 This feature will now be exposed to Android, won't
Marc Treib 2017/05/11 11:39:54 Yes, good catch!
+
extern const base::Feature kPermissionsBlacklist;
#if defined(OS_WIN)
@@ -174,6 +176,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;

Powered by Google App Engine
This is Rietveld 408576698