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

Unified Diff: chrome/browser/autofill/autofill_manager.h

Issue 12340065: Move the UI related code from AutofillExternalDelegate to AutofillManagerDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try to fix AutofillTest.DisableAutocompleteWhileFilling Created 7 years, 10 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/autofill/autofill_manager.h
diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
index ca52e4a374166c91abd51cbe755bd02957af8a75..b07126552260e6dd28fde8f86fba05cc62fca65c 100644
--- a/chrome/browser/autofill/autofill_manager.h
+++ b/chrome/browser/autofill/autofill_manager.h
@@ -89,8 +89,8 @@ class AutofillManager : public content::WebContentsObserver,
// Set an external delegate.
void SetExternalDelegate(AutofillExternalDelegate* delegate);
- // Used to say if this class has an external delegate that it is using.
- bool HasExternalDelegate();
+ // Whether browser process will create and own the Autofill popup UI.
+ bool IsNativeUiEnabled();
// Called from our external delegate so they cannot be private.
virtual void OnFillAutofillFormData(int query_id,
« no previous file with comments | « chrome/browser/autofill/autofill_external_delegate_unittest.cc ('k') | chrome/browser/autofill/autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698