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

Unified Diff: chrome/browser/omnibox_search_hint.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/omnibox_search_hint.h
diff --git a/chrome/browser/omnibox_search_hint.h b/chrome/browser/omnibox_search_hint.h
index cc2b6e177fb2061afbc27cc02b1c598715975d92..1fbcac1b28fec889596967e23a75a4f1d82fd4ee 100644
--- a/chrome/browser/omnibox_search_hint.h
+++ b/chrome/browser/omnibox_search_hint.h
@@ -47,7 +47,6 @@ class OmniboxSearchHint : public content::NotificationObserver,
private:
explicit OmniboxSearchHint(content::WebContents* web_contents);
- static int kUserDataKey;
friend class WebContentsUserData<OmniboxSearchHint>;
void ShowInfoBar();

Powered by Google App Engine
This is Rietveld 408576698