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

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

Issue 11867025: Download autocheckout whitelist and enable autocheckout for whitelisted sites only. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert code change for manual testing/:wq. Created 7 years, 11 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 0c2c8fb1611a07f92c764530469a5d59e9373cb1..61caea360c7a5234062e5fe53156120ec7c9ec81 100644
--- a/chrome/browser/autofill/autofill_manager.h
+++ b/chrome/browser/autofill/autofill_manager.h
@@ -125,6 +125,9 @@ class AutofillManager : public content::WebContentsObserver,
autofill::AutofillManagerDelegate* delegate,
PersonalDataManager* personal_data);
+ // Returns true when the current tab's url is whitelisted for autocheckout.
+ bool IsAutocheckoutEnabled() const;
Ilya Sherman 2013/01/24 22:01:55 nit: Can this have private rather than protected v
+
// Returns the value of the AutofillEnabled pref.
virtual bool IsAutofillEnabled() const;

Powered by Google App Engine
This is Rietveld 408576698