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

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

Issue 1075006: Eliminate all UI thread decoding of extension images.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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_context_menu_model.h
===================================================================
--- chrome/browser/extensions/extension_context_menu_model.h (revision 42429)
+++ chrome/browser/extensions/extension_context_menu_model.h (working copy)
@@ -64,6 +64,9 @@
// The delegate which handles the 'inspect popup' menu command (or NULL).
PopupDelegate* delegate_;
+ // Keeps track of the extension install UI.
+ scoped_ptr<ExtensionInstallUI> install_ui_;
+
DISALLOW_COPY_AND_ASSIGN(ExtensionContextMenuModel);
};
« no previous file with comments | « chrome/browser/extensions/extension_browsertest.cc ('k') | chrome/browser/extensions/extension_context_menu_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698