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

Unified Diff: chrome/browser/ui/cocoa/omnibox/omnibox_popup_view_mac.h

Issue 7574021: Remove frontend code that allows for dynamic profile setting, and read the profile off the browse... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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/cocoa/omnibox/omnibox_popup_view_mac.h
===================================================================
--- chrome/browser/ui/cocoa/omnibox/omnibox_popup_view_mac.h (revision 95527)
+++ chrome/browser/ui/cocoa/omnibox/omnibox_popup_view_mac.h (working copy)
@@ -135,8 +135,9 @@
// Returns whether or not to show the instant opt-in prompt.
bool ShouldShowInstantOptIn();
+ OmniboxViewMac* omnibox_view_;
scoped_ptr<AutocompletePopupModel> model_;
- OmniboxViewMac* omnibox_view_;
+ Profile* profile_;
NSTextField* field_; // owned by tab controller
// Child window containing a matrix which implements the popup.
« no previous file with comments | « chrome/browser/autocomplete/autocomplete_popup_model.cc ('k') | chrome/browser/ui/cocoa/omnibox/omnibox_popup_view_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698