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

Unified Diff: chrome/common/extensions/extension_constants.h

Issue 2450623002: [MD Bookmarks] Add skeleton for Material Design Bookmarks (Closed)
Patch Set: Created 4 years, 2 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/extensions/extension_constants.h
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
index 63de720c9f57bf344bddd2ae4c37e37d50f34bec..b5e72a42390c6ade55709b1c6b1dbfafbf657101 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -34,6 +34,9 @@ namespace extension_misc {
// The extension id of the bookmark manager.
extern const char kBookmarkManagerId[];
+// The extension id of the Material Design bookmark manager.
+extern const char kMDBookmarkManagerId[];
Dan Beam 2016/10/25 18:05:51 arguuuuuuuuably kMdBookmarkManagerId
calamity 2016/10/28 05:58:22 git grep approves.
+
// The extension id of the Chrome component application.
extern const char kChromeAppId[];

Powered by Google App Engine
This is Rietveld 408576698