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

Unified Diff: chrome/browser/ui/views/autofill/autofill_external_delegate_views.cc

Issue 11085055: Make the WebContentsUserData locator key private. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, catch more uses of the key Created 8 years, 2 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/ui/views/autofill/autofill_external_delegate_views.cc
diff --git a/chrome/browser/ui/views/autofill/autofill_external_delegate_views.cc b/chrome/browser/ui/views/autofill/autofill_external_delegate_views.cc
index f040febdeb3fe17051d71cad8bc3b169505af82a..1d9a44f3c4504910bd05cdd78041efb4acd77025 100644
--- a/chrome/browser/ui/views/autofill/autofill_external_delegate_views.cc
+++ b/chrome/browser/ui/views/autofill/autofill_external_delegate_views.cc
@@ -13,7 +13,7 @@ void AutofillExternalDelegate::CreateForWebContentsAndManager(
return;
web_contents->SetUserData(
- &kLocatorKey,
+ UserDataKey(),
new AutofillExternalDelegateViews(web_contents, autofill_manager));
}
« no previous file with comments | « chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.cc ('k') | content/public/browser/web_contents_user_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698