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

Unified Diff: chrome/common/chrome_features.h

Issue 2450623002: [MD Bookmarks] Add skeleton for Material Design Bookmarks (Closed)
Patch Set: address comments Created 4 years, 1 month 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 978096ac705bc2cc0ff772e6a3fee6fb9e30b7d0..38570934e6b11eb18be6c6e0ad7717779b5d166a 100644
--- a/chrome/common/chrome_features.h
+++ b/chrome/common/chrome_features.h
@@ -53,6 +53,8 @@ extern const base::Feature kHappinessTrackingSystem;
extern const base::Feature kLinuxObsoleteSystemIsEndOfTheLine;
#endif
+extern const base::Feature kMaterialDesignBookmarks;
+
#if defined(ENABLE_EXTENSIONS)
extern const base::Feature kMaterialDesignExtensions;
#endif

Powered by Google App Engine
This is Rietveld 408576698