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

Unified Diff: chrome/browser/ui/metro_pin_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/metro_pin_tab_helper.h
diff --git a/chrome/browser/ui/metro_pin_tab_helper.h b/chrome/browser/ui/metro_pin_tab_helper.h
index a78af8346e6291c75b4926aa666bdcc9561caea0..450c8e3f202a4430f10b7fb4f7d501fa83ec692c 100644
--- a/chrome/browser/ui/metro_pin_tab_helper.h
+++ b/chrome/browser/ui/metro_pin_tab_helper.h
@@ -25,7 +25,6 @@ class MetroPinTabHelper : public content::WebContentsObserver,
private:
explicit MetroPinTabHelper(content::WebContents* tab_contents);
- static int kUserDataKey;
friend class WebContentsUserData<MetroPinTabHelper>;
// Queries the metro driver about the pinned state of the current URL.

Powered by Google App Engine
This is Rietveld 408576698