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

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

Issue 271114: Add concept of an options page to Extensions.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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/extensions_ui.h
===================================================================
--- chrome/browser/extensions/extensions_ui.h (revision 29288)
+++ chrome/browser/extensions/extensions_ui.h (working copy)
@@ -95,6 +95,9 @@
// Callback for "uninstall" message.
void HandleUninstallMessage(const Value* value);
+ // Callback for "options" message.
+ void HandleOptionsMessage(const Value* value);
+
// Callback for "load" message.
void HandleLoadMessage(const Value* value);
« no previous file with comments | « chrome/browser/extensions/extension_browsertests_misc.cc ('k') | chrome/browser/extensions/extensions_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698