| 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,
|
|
|