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

Unified Diff: chrome/browser/extensions/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/extensions/tab_helper.h
diff --git a/chrome/browser/extensions/tab_helper.h b/chrome/browser/extensions/tab_helper.h
index 9540029c9c5bf56d4f4ba371f1580b186686a4d4..ed5563f0d808632a718340693052742085825b0b 100644
--- a/chrome/browser/extensions/tab_helper.h
+++ b/chrome/browser/extensions/tab_helper.h
@@ -145,7 +145,6 @@ class TabHelper : public content::WebContentsObserver,
private:
explicit TabHelper(content::WebContents* web_contents);
- static int kUserDataKey;
friend class WebContentsUserData<TabHelper>;
// content::WebContentsObserver overrides.

Powered by Google App Engine
This is Rietveld 408576698