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

Unified Diff: chrome/browser/ui/snapshot_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/snapshot_tab_helper.h
diff --git a/chrome/browser/ui/snapshot_tab_helper.h b/chrome/browser/ui/snapshot_tab_helper.h
index 6d943bc54db9b02a4763cf8a5dbc09116ff6461c..a9d9eb1e4046cc91bef485189fda1d088bf247e3 100644
--- a/chrome/browser/ui/snapshot_tab_helper.h
+++ b/chrome/browser/ui/snapshot_tab_helper.h
@@ -21,7 +21,6 @@ class SnapshotTabHelper : public content::WebContentsObserver,
private:
explicit SnapshotTabHelper(content::WebContents* web_contents);
- static int kUserDataKey;
friend class WebContentsUserData<SnapshotTabHelper>;
// content::WebContentsObserver overrides:

Powered by Google App Engine
This is Rietveld 408576698