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

Unified Diff: chrome/browser/net/load_time_stats.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/net/load_time_stats.h
diff --git a/chrome/browser/net/load_time_stats.h b/chrome/browser/net/load_time_stats.h
index 6d37c41b7577f0ff27e416a4b16edf03b80f4fbc..a1aef07d4ca9c359dd40d1069398b72d6534ff60 100644
--- a/chrome/browser/net/load_time_stats.h
+++ b/chrome/browser/net/load_time_stats.h
@@ -137,7 +137,6 @@ class LoadTimeStatsTabHelper
private:
explicit LoadTimeStatsTabHelper(content::WebContents* web_contents);
- static int kUserDataKey;
friend class WebContentsUserData<LoadTimeStatsTabHelper>;
// Calls into LoadTimeStats to notify that a reportable event has occurred

Powered by Google App Engine
This is Rietveld 408576698