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

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

Issue 23537014: rAc: Get rid of dialog type in rAc, there is only one type left now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 3 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/autofill_dialog_controller.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller.h b/chrome/browser/ui/autofill/autofill_dialog_controller.h
index 651c8382d5b2c243680ca7848b0f3fac6071514c..534e47593121a32a0d1dcea09ff6a7c5a06164f0 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller.h
@@ -35,7 +35,6 @@ class AutofillDialogController {
content::WebContents* contents,
const FormData& form_structure,
const GURL& source_url,
- const DialogType dialog_type,
const base::Callback<void(const FormStructure*,
const std::string&)>& callback);
@@ -51,10 +50,6 @@ class AutofillDialogController {
// Called when the tab hosting this dialog is activated by a user gesture.
// Used to trigger a refresh of the user's Wallet data.
virtual void TabActivated() = 0;
-
- // TODO(ramankk): Get rid of DialogType as there is only one DialogType now.
- // Returns the dialog type.
- virtual DialogType GetDialogType() const = 0;
};
} // namespace autofill
« no previous file with comments | « chrome/browser/ui/autofill/account_chooser_model_unittest.cc ('k') | chrome/browser/ui/autofill/autofill_dialog_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698