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

Unified Diff: chrome/browser/ui/autofill/tab_autofill_manager_delegate.h

Issue 22623002: Extract AutofillDialogController interface and common utilities. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 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/autofill/tab_autofill_manager_delegate.h
diff --git a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
index 40588b5eb1695238724c64ab3626a7304f0b93d8..21d9a61cfdc1f270090e4b696e31b73f986088ff 100644
--- a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
+++ b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
@@ -25,7 +25,7 @@ class WebContents;
namespace autofill {
class AutocheckoutBubble;
-class AutofillDialogControllerImpl;
+class AutofillDialogController;
class AutofillPopupControllerImpl;
struct FormData;
@@ -92,7 +92,7 @@ class TabAutofillManagerDelegate
virtual void WasShown() OVERRIDE;
// Exposed for testing.
- AutofillDialogControllerImpl* GetDialogControllerForTesting() {
+ AutofillDialogController* GetDialogControllerForTesting() {
return dialog_controller_.get();
}
@@ -101,7 +101,7 @@ class TabAutofillManagerDelegate
friend class content::WebContentsUserData<TabAutofillManagerDelegate>;
content::WebContents* const web_contents_;
- base::WeakPtr<AutofillDialogControllerImpl> dialog_controller_;
+ base::WeakPtr<AutofillDialogController> dialog_controller_;
base::WeakPtr<AutocheckoutBubble> autocheckout_bubble_;
base::WeakPtr<AutofillPopupControllerImpl> popup_controller_;
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_view.cc ('k') | chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698