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

Unified Diff: chrome/browser/extensions/api/web_navigation/web_navigation_api.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/extensions/api/web_navigation/web_navigation_api.h
diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_api.h b/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
index 196a785ad420aa79a5b7617ed187aa15d7e3b467..6503a72eba27cbfe14faa75073d222fc05ef119e 100644
--- a/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
+++ b/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
@@ -97,7 +97,6 @@ class WebNavigationTabObserver
private:
explicit WebNavigationTabObserver(content::WebContents* web_contents);
- static int kUserDataKey;
friend class WebContentsUserData<WebNavigationTabObserver>;
// True if the transition and target url correspond to a reference fragment

Powered by Google App Engine
This is Rietveld 408576698