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

Unified Diff: chrome/browser/plugins/plugin_observer.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/plugins/plugin_observer.h
diff --git a/chrome/browser/plugins/plugin_observer.h b/chrome/browser/plugins/plugin_observer.h
index a0ae687dc463c21916bdaecf102272be108247c6..2f2a2be8e647af2534a0f603623334706fce8c9a 100644
--- a/chrome/browser/plugins/plugin_observer.h
+++ b/chrome/browser/plugins/plugin_observer.h
@@ -39,7 +39,6 @@ class PluginObserver : public content::WebContentsObserver,
private:
explicit PluginObserver(content::WebContents* web_contents);
- static int kUserDataKey;
friend class WebContentsUserData<PluginObserver>;
class PluginPlaceholderHost;

Powered by Google App Engine
This is Rietveld 408576698