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

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

Issue 11361189: Initial skeleton for System Indicator API (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Final style fixes Created 8 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/extensions/extension_manifest_constants.cc
diff --git a/chrome/common/extensions/extension_manifest_constants.cc b/chrome/common/extensions/extension_manifest_constants.cc
index e58ecdcfb7871901f7480d5c09547f96c51e7116..16eae245321e3ed0035185888f53b404c6c71419 100644
--- a/chrome/common/extensions/extension_manifest_constants.cc
+++ b/chrome/common/extensions/extension_manifest_constants.cc
@@ -107,6 +107,7 @@ const char kShiftKey[] = "shiftKey";
const char kShortcutKey[] = "shortcutKey";
const char kSignature[] = "signature";
const char kSuggestedKey[] = "suggested_key";
+const char kSystemIndicator[] = "system_indicator";
const char kTheme[] = "theme";
const char kThemeColors[] = "colors";
const char kThemeDisplayProperties[] = "properties";
@@ -438,6 +439,8 @@ const char kInvalidScriptBadge[] =
"Invalid value for 'script_badge'.";
const char kInvalidSignature[] =
"Value 'signature' is missing or invalid.";
+const char kInvalidSystemIndicator[] =
+ "Invalid value for 'system_indicator'.";
const char kInvalidTheme[] =
"Invalid value for 'theme'.";
const char kInvalidThemeColors[] =

Powered by Google App Engine
This is Rietveld 408576698