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

Unified Diff: chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.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/gtk/autofill/autofill_external_delegate_gtk.cc
diff --git a/chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.cc b/chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.cc
index 17c3a38d89e13298d0389627552d709036b30cdb..19f8f6bc6b9b4414f8c4570a7c74991eecf9d028 100644
--- a/chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.cc
+++ b/chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.cc
@@ -17,7 +17,7 @@ void AutofillExternalDelegate::CreateForWebContentsAndManager(
return;
web_contents->SetUserData(
- &kLocatorKey,
+ UserDataKey(),
new AutofillExternalDelegateGtk(web_contents, autofill_manager));
}

Powered by Google App Engine
This is Rietveld 408576698