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

Unified Diff: chrome/browser/sessions/session_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/sessions/session_tab_helper.h
diff --git a/chrome/browser/sessions/session_tab_helper.h b/chrome/browser/sessions/session_tab_helper.h
index dbc9bf17bc5cee4b1a9035e8013542bea07f7fae..5c2ae229613ef8db5f3216dd8a1c1d0d37ac4969 100644
--- a/chrome/browser/sessions/session_tab_helper.h
+++ b/chrome/browser/sessions/session_tab_helper.h
@@ -31,7 +31,6 @@ class SessionTabHelper : public content::WebContentsObserver,
private:
explicit SessionTabHelper(content::WebContents* contents);
- static int kUserDataKey;
friend class WebContentsUserData<SessionTabHelper>;
// Unique identifier of the tab for session restore. This id is only unique

Powered by Google App Engine
This is Rietveld 408576698