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

Unified Diff: chrome/common/pref_names.h

Issue 1168383002: Implement sidebar support for extension action popups Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 785cb69ec5214be38a6114af7078ffbaff7fecb8..303c15968fc81d97ba427475fbd20c57f7d3c1ee 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -540,6 +540,7 @@ extern const char kRelaunchMode[];
extern const char kDisableExtensions[];
extern const char kDisablePluginFinder[];
+extern const char kExtensionSidebarWidth[];
Devlin 2015/06/19 19:56:10 Is this used in this patch set?
ltilve 2015/06/28 22:44:20 Done. It's necessary at the UI patch set, moved th
extern const char kNtpAppPageNames[];
#if defined(OS_ANDROID)

Powered by Google App Engine
This is Rietveld 408576698