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

Unified Diff: chrome/browser/autofill/autofill_external_delegate.cc

Issue 10987100: Switch AutofillManager to be UserData on WebContents. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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_external_delegate.cc
diff --git a/chrome/browser/autofill/autofill_external_delegate.cc b/chrome/browser/autofill/autofill_external_delegate.cc
index b5c9bd25c98566cfb949ea4abe2f6b8f6a0c7ce5..813186ea4ede3fc1188f6624c06ce007d927e472 100644
--- a/chrome/browser/autofill/autofill_external_delegate.cc
+++ b/chrome/browser/autofill/autofill_external_delegate.cc
@@ -110,7 +110,7 @@ void AutofillExternalDelegate::OnSuggestionsReturned(
popup_visible_ = true;
ApplyAutofillSuggestions(values, labels, icons, ids);
- tab_contents_->autofill_manager()->OnDidShowAutofillSuggestions(
+ autofill_manager_->OnDidShowAutofillSuggestions(
Jói 2012/10/01 10:45:19 Is your modification to autofill_external_delegate
Avi (use Gerrit) 2012/10/01 15:32:26 What are you referring to? I'm using git so "missi
has_autofill_item && !has_shown_autofill_popup_for_current_edit_);
has_shown_autofill_popup_for_current_edit_ |= has_autofill_item;
}

Powered by Google App Engine
This is Rietveld 408576698