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

Unified Diff: chrome/browser/extensions/extension_page_actions_module_constants.h

Issue 149046: PageActions can now specify multiple icons and switch between them... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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/browser/extensions/extension_page_actions_module_constants.h
===================================================================
--- chrome/browser/extensions/extension_page_actions_module_constants.h (revision 19579)
+++ chrome/browser/extensions/extension_page_actions_module_constants.h (working copy)
@@ -12,6 +12,8 @@
// Keys.
extern const wchar_t kTabIdKey[];
extern const wchar_t kUrlKey[];
+extern const wchar_t kTitleKey[];
+extern const wchar_t kIconIdKey[];
// Error messages.
extern const char kNoExtensionError[];

Powered by Google App Engine
This is Rietveld 408576698