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

Unified Diff: chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.h

Issue 10831313: Removing web_contents from AutofillExternalDelegateGtk (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 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/gtk/autofill/autofill_external_delegate_gtk.h
diff --git a/chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.h b/chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.h
index 18624ddb185dbf5f7aa0592093be012057bf6972..eb477cba26314bcfcd02370052c5b8e715c3ac66 100644
--- a/chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.h
+++ b/chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.h
@@ -14,10 +14,6 @@
class AutofillPopupViewGtk;
-namespace content {
-class WebContents;
-}
-
class AutofillExternalDelegateGtk : public AutofillExternalDelegate {
public:
AutofillExternalDelegateGtk(TabContents* tab_contents,
@@ -50,7 +46,6 @@ class AutofillExternalDelegateGtk : public AutofillExternalDelegate {
scoped_ptr<AutofillPopupViewGtk> view_;
- content::WebContents* web_contents_; // Weak reference.
gfx::NativeView tab_native_view_; // Weak reference.
// The handler value for the focus out event, allows us to block and unblock
« no previous file with comments | « chrome/browser/autofill/autofill_external_delegate.h ('k') | chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698