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

Unified Diff: chrome/browser/ui/hung_plugin_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/hung_plugin_tab_helper.h
diff --git a/chrome/browser/ui/hung_plugin_tab_helper.h b/chrome/browser/ui/hung_plugin_tab_helper.h
index bdf6a60843f78b692fe2e214de81e06cbbda5c51..351873968157c1990058f3677a7c28167325ce38 100644
--- a/chrome/browser/ui/hung_plugin_tab_helper.h
+++ b/chrome/browser/ui/hung_plugin_tab_helper.h
@@ -51,7 +51,6 @@ class HungPluginTabHelper : public content::WebContentsObserver,
private:
explicit HungPluginTabHelper(content::WebContents* contents);
- static int kUserDataKey;
friend class WebContentsUserData<HungPluginTabHelper>;
class InfoBarDelegate;

Powered by Google App Engine
This is Rietveld 408576698