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

Unified Diff: chrome/browser/printing/print_view_manager.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/printing/print_view_manager.h
diff --git a/chrome/browser/printing/print_view_manager.h b/chrome/browser/printing/print_view_manager.h
index 709be49a0ca92ed35b6deb7b40c32ca26b979686..1eb4a6290b1b30a5719d10ee6e75255daf99abf6 100644
--- a/chrome/browser/printing/print_view_manager.h
+++ b/chrome/browser/printing/print_view_manager.h
@@ -100,7 +100,6 @@ class PrintViewManager : public content::NotificationObserver,
private:
explicit PrintViewManager(content::WebContents* web_contents);
- static int kUserDataKey;
friend class WebContentsUserData<PrintViewManager>;
enum PrintPreviewState {

Powered by Google App Engine
This is Rietveld 408576698