Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 0547b3f8bcd43fa6d9cc5ca025557a51c018186e..1ee40eb633a80cdecfa5ef1825fc8342ce294152 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1518,6 +1518,8 @@ const char kDisablePluginFinder[] = "plugins.disable_plugin_finder"; |
// Customized app page names that appear on the New Tab Page. |
const char kNtpAppPageNames[] = "ntp.app_page_names"; |
+const char kExtensionSidebarWidth[] = "extensions.sidebar.width"; |
+ |
#if defined(OS_ANDROID) |
// Keeps track of currently open tabs collapsed state in the Other Devices menu. |
const char kNtpCollapsedCurrentlyOpenTabs[] = "ntp.collapsed_open_tabs"; |