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

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

Issue 17450010: Create AutofillDriverImpl unit test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase after conflict 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
« no previous file with comments | « components/autofill/content/browser/autofill_driver_impl_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/autofill_manager.h
diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h
index 92f5adf1d18c19da0137284c289939ab2bb5360c..21da00e8fdd7e746756d9463ad1387b359cbf982 100644
--- a/components/autofill/core/browser/autofill_manager.h
+++ b/components/autofill/core/browser/autofill_manager.h
@@ -84,7 +84,7 @@ class AutofillManager : public AutofillDownloadManager::Observer {
AutofillDownloadManagerState enable_download_manager);
virtual ~AutofillManager();
- // Set an external delegate.
+ // Sets an external delegate.
void SetExternalDelegate(AutofillExternalDelegate* delegate);
// Whether browser process will create and own the Autofill popup UI.
@@ -184,7 +184,7 @@ class AutofillManager : public AutofillDownloadManager::Observer {
const gfx::RectF& bounding_box);
// Resets cache.
- void Reset();
+ virtual void Reset();
protected:
// Test code should prefer to use this constructor.
« no previous file with comments | « components/autofill/content/browser/autofill_driver_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698