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

Unified Diff: chrome/browser/ssl/ssl_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/ssl/ssl_tab_helper.h
diff --git a/chrome/browser/ssl/ssl_tab_helper.h b/chrome/browser/ssl/ssl_tab_helper.h
index 4a3c5cecf20a92e97566b6d9ca2d7170c23359fd..2c654d0b2a3ac5875a288ee0cdf71c192eb13512 100644
--- a/chrome/browser/ssl/ssl_tab_helper.h
+++ b/chrome/browser/ssl/ssl_tab_helper.h
@@ -59,7 +59,6 @@ class SSLTabHelper : public WebContentsUserData<SSLTabHelper> {
private:
explicit SSLTabHelper(content::WebContents* contents);
- static int kUserDataKey;
friend class WebContentsUserData<SSLTabHelper>;
content::WebContents* web_contents_;

Powered by Google App Engine
This is Rietveld 408576698