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

Unified Diff: components/autofill/renderer/autofill_agent.h

Issue 15942004: Stop offering Autocheckout bubble on the forms of no interest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 7 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/common/autofill_messages.h ('k') | components/autofill/renderer/autofill_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/renderer/autofill_agent.h
diff --git a/components/autofill/renderer/autofill_agent.h b/components/autofill/renderer/autofill_agent.h
index 7d882b14ca38ca72d43eb5849e384c847ee27619..3303b604ece10cc5612d406e790d9ea9d923fe30 100644
--- a/components/autofill/renderer/autofill_agent.h
+++ b/components/autofill/renderer/autofill_agent.h
@@ -268,10 +268,6 @@ class AutofillAgent : public content::RenderViewObserver,
// since the last loaded forms were sent to the browser process.
bool has_new_forms_for_browser_;
- // Whether or not we should try to offer the user Autocheckout functionality
- // by sending |AutofillHostMsg_MaybeShowAutocheckoutBubble| to the browser.
- bool try_to_show_autocheckout_bubble_;
-
// Whether or not to ignore text changes. Useful for when we're committing
// a composition when we are defocusing the WebView and we don't want to
// trigger an autofill popup to show.
« no previous file with comments | « components/autofill/common/autofill_messages.h ('k') | components/autofill/renderer/autofill_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698