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

Unified Diff: chrome/browser/ui/app_modal_dialogs/js_modal_dialog.h

Issue 7464009: Removal of Profile from content part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase fix Created 9 years, 5 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/ui/app_modal_dialogs/js_modal_dialog.h
diff --git a/chrome/browser/ui/app_modal_dialogs/js_modal_dialog.h b/chrome/browser/ui/app_modal_dialogs/js_modal_dialog.h
index 44e012e29b250b2b1e295f8c1f013039c845cf46..29dd8bef8b9aa1e05dacd6455b5aba9817e92aba 100644
--- a/chrome/browser/ui/app_modal_dialogs/js_modal_dialog.h
+++ b/chrome/browser/ui/app_modal_dialogs/js_modal_dialog.h
@@ -82,12 +82,6 @@ class JavaScriptAppModalDialog : public AppModalDialog {
// The extra Chrome-only data associated with the delegate_.
ChromeJavaScriptDialogExtraData* extra_data_;
- // The client_ as an ExtensionHost, cached for use during notifications that
- // may arrive after the client has entered its destructor (and is thus
- // treated as a base Delegate). This will be NULL if the |delegate_| is not an
- // ExtensionHost.
- ExtensionHost* extension_host_;
-
// Information about the message box is held in the following variables.
int dialog_flags_;
string16 message_text_;

Powered by Google App Engine
This is Rietveld 408576698