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

Unified Diff: chrome/browser/ui/tab_contents/core_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/tab_contents/core_tab_helper.h
diff --git a/chrome/browser/ui/tab_contents/core_tab_helper.h b/chrome/browser/ui/tab_contents/core_tab_helper.h
index ea3f048caee080c7384863754390a564361d4408..53389f88645b91dd0eb04e8611c0ed6ce702c20f 100644
--- a/chrome/browser/ui/tab_contents/core_tab_helper.h
+++ b/chrome/browser/ui/tab_contents/core_tab_helper.h
@@ -27,7 +27,6 @@ class CoreTabHelper : public content::WebContentsObserver,
private:
explicit CoreTabHelper(content::WebContents* web_contents);
- static int kUserDataKey;
friend class WebContentsUserData<CoreTabHelper>;
// content::WebContentsObserver overrides:

Powered by Google App Engine
This is Rietveld 408576698