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

Unified Diff: chrome/browser/ui/search/search_tab_helper.h

Issue 10993064: Make using WebContentsUserData simpler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/search_tab_helper.h
diff --git a/chrome/browser/ui/search/search_tab_helper.h b/chrome/browser/ui/search/search_tab_helper.h
index cae2906287f87feb1e6fda2a8274b60d7d9a29eb..f47889c21b3097e9c03a7fb726ec9d971bb3af27 100644
--- a/chrome/browser/ui/search/search_tab_helper.h
+++ b/chrome/browser/ui/search/search_tab_helper.h
@@ -60,7 +60,6 @@ class SearchTabHelper : public content::WebContentsObserver,
private:
explicit SearchTabHelper(content::WebContents* web_contents);
- static int kUserDataKey;
friend class WebContentsUserData<SearchTabHelper>;
// Enum of the load states for the NTP.

Powered by Google App Engine
This is Rietveld 408576698