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

Unified Diff: chrome/browser/ui/search_engines/search_engine_tab_helper.cc

Issue 10963042: Switch SearchEngineTabHelper to use WebContentsUserData. (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/ui/search_engines/search_engine_tab_helper.cc
diff --git a/chrome/browser/ui/search_engines/search_engine_tab_helper.cc b/chrome/browser/ui/search_engines/search_engine_tab_helper.cc
index d256a4078661f790e6b93d8155647061136875a7..5b8fadf7f0fb528b6129cf5206c6b168d9dc126d 100644
--- a/chrome/browser/ui/search_engines/search_engine_tab_helper.cc
+++ b/chrome/browser/ui/search_engines/search_engine_tab_helper.cc
@@ -23,6 +23,8 @@ using content::NavigationController;
using content::NavigationEntry;
using content::WebContents;
+int SearchEngineTabHelper::kUserDataKey;
+
namespace {
// Returns true if the entry's transition type is FORM_SUBMIT.

Powered by Google App Engine
This is Rietveld 408576698