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

Unified Diff: chrome/browser/ui/sync/one_click_signin_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/sync/one_click_signin_helper.h
diff --git a/chrome/browser/ui/sync/one_click_signin_helper.h b/chrome/browser/ui/sync/one_click_signin_helper.h
index 225b679f6e4332ae815f61413a0a8e633c346d8b..295eca097274ec269dbc69e44dadd32ebfb2a561 100644
--- a/chrome/browser/ui/sync/one_click_signin_helper.h
+++ b/chrome/browser/ui/sync/one_click_signin_helper.h
@@ -50,7 +50,6 @@ class OneClickSigninHelper : public content::WebContentsObserver,
private:
explicit OneClickSigninHelper(content::WebContents* web_contents);
- static int kUserDataKey;
friend class WebContentsUserData<OneClickSigninHelper>;
// The portion of ShowInfoBarIfPossible() that needs to run on the UI thread.

Powered by Google App Engine
This is Rietveld 408576698