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 |