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

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

Issue 17450010: Create AutofillDriverImpl unit test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits Created 7 years, 6 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: components/autofill/browser/autofill_manager.h
diff --git a/components/autofill/browser/autofill_manager.h b/components/autofill/browser/autofill_manager.h
index bac6bc709ce088ab8a363eb2f00be19518b1f071..e45153dd620feaa1815633f52bfb653a8f834ebc 100644
--- a/components/autofill/browser/autofill_manager.h
+++ b/components/autofill/browser/autofill_manager.h
@@ -91,7 +91,7 @@ class AutofillManager : public AutofillDownloadManager::Observer {
virtual ~AutofillManager();
// Set an external delegate.
- void SetExternalDelegate(AutofillExternalDelegate* delegate);
+ virtual void SetExternalDelegate(AutofillExternalDelegate* delegate);
// Whether browser process will create and own the Autofill popup UI.
bool IsNativeUiEnabled();

Powered by Google App Engine
This is Rietveld 408576698