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

Unified Diff: chrome/browser/ui/zoom/zoom_controller.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/zoom/zoom_controller.h
diff --git a/chrome/browser/ui/zoom/zoom_controller.h b/chrome/browser/ui/zoom/zoom_controller.h
index b37c1145c8dce6740ee87e6c16c2d5f53a3786b3..02b10bba07e981f4e2c992f91cab483d918d590a 100644
--- a/chrome/browser/ui/zoom/zoom_controller.h
+++ b/chrome/browser/ui/zoom/zoom_controller.h
@@ -38,7 +38,6 @@ class ZoomController : public content::NotificationObserver,
private:
explicit ZoomController(content::WebContents* web_contents);
- static int kUserDataKey;
friend class WebContentsUserData<ZoomController>;
// content::WebContentsObserver overrides:

Powered by Google App Engine
This is Rietveld 408576698