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

Unified Diff: android_webview/native/aw_autofill_manager_delegate.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
« no previous file with comments | « no previous file | android_webview/native/aw_autofill_manager_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/aw_autofill_manager_delegate.h
diff --git a/android_webview/native/aw_autofill_manager_delegate.h b/android_webview/native/aw_autofill_manager_delegate.h
index 4d9299cec56b7bb6d64a9498a39086d235661eaf..f325f958d028f31871fa7b30f25897bc31b8e450 100644
--- a/android_webview/native/aw_autofill_manager_delegate.h
+++ b/android_webview/native/aw_autofill_manager_delegate.h
@@ -68,7 +68,6 @@ class AwAutofillManagerDelegate
virtual void ShowRequestAutocompleteDialog(
const autofill::FormData& form,
const GURL& source_url,
- autofill::DialogType dialog_type,
const base::Callback<void(const autofill::FormStructure*,
const std::string&)>& callback) OVERRIDE;
virtual void ShowAutofillPopup(
« no previous file with comments | « no previous file | android_webview/native/aw_autofill_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698