| 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);
|
| };
|
|
|
|
|