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

Unified Diff: chrome/browser/external_protocol/external_protocol_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/external_protocol/external_protocol_observer.h
diff --git a/chrome/browser/external_protocol/external_protocol_observer.h b/chrome/browser/external_protocol/external_protocol_observer.h
index b967cb560a84f63f22ab881a54d9412f70b9e0f8..3cab5ed080cf96c1e79e567d4577bf55a84e5121 100644
--- a/chrome/browser/external_protocol/external_protocol_observer.h
+++ b/chrome/browser/external_protocol/external_protocol_observer.h
@@ -21,7 +21,6 @@ class ExternalProtocolObserver
private:
explicit ExternalProtocolObserver(content::WebContents* web_contents);
- static int kUserDataKey;
friend class WebContentsUserData<ExternalProtocolObserver>;
DISALLOW_COPY_AND_ASSIGN(ExternalProtocolObserver);

Powered by Google App Engine
This is Rietveld 408576698