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

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

Issue 9006027: Rip Out the Sidebar API (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 8 years, 11 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
« no previous file with comments | « chrome/common/extensions/extension_constants.h ('k') | chrome/common/extensions/extension_file_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/extension_constants.cc
===================================================================
--- chrome/common/extensions/extension_constants.cc (revision 116830)
+++ chrome/common/extensions/extension_constants.cc (working copy)
@@ -86,10 +86,6 @@
const char kRunAt[] = "run_at";
const char kShiftKey[] = "shiftKey";
const char kShortcutKey[] = "shortcutKey";
-const char kSidebar[] = "sidebar";
-const char kSidebarDefaultIcon[] = "default_icon";
-const char kSidebarDefaultPage[] = "default_page";
-const char kSidebarDefaultTitle[] = "default_title";
const char kSignature[] = "signature";
const char kTheme[] = "theme";
const char kThemeColors[] = "colors";
@@ -345,14 +341,6 @@
"Invalid value for 'requirements'";
const char kInvalidRunAt[] =
"Invalid value for 'content_scripts[*].run_at'.";
-const char kInvalidSidebar[] =
- "Invalid value for 'sidebar'.";
-const char kInvalidSidebarDefaultIconPath[] =
- "Invalid value for 'sidebar.default_icon'.";
-const char kInvalidSidebarDefaultPage[] =
- "Invalid value for 'sidebar.default_page'.";
-const char kInvalidSidebarDefaultTitle[] =
- "Invalid value for 'sidebar.default_title'.";
const char kInvalidSignature[] =
"Value 'signature' is missing or invalid.";
const char kInvalidTheme[] =
@@ -427,9 +415,6 @@
"Access to permission '*' denied.";
const char kReservedMessageFound[] =
"Reserved key * found in message catalog.";
-const char kSidebarExperimental[] =
- "You must request the 'experimental' permission in order to use the"
- " Sidebar API.";
#if defined(OS_CHROMEOS)
const char kIllegalPlugins[] =
"Extensions cannot install plugins on Chrome OS";
« no previous file with comments | « chrome/common/extensions/extension_constants.h ('k') | chrome/common/extensions/extension_file_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698