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

Unified Diff: chrome/browser/browser.h

Issue 348015: Fix and re-enable a test I broke with the find bar changes I made last night.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/browser.cc » ('j') | chrome/browser/views/find_bar_host_interactive_uitest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.h
===================================================================
--- chrome/browser/browser.h (revision 30478)
+++ chrome/browser/browser.h (working copy)
@@ -136,12 +136,17 @@
ToolbarModel* toolbar_model() { return &toolbar_model_; }
const SessionID& session_id() const { return session_id_; }
CommandUpdater* command_updater() { return &command_updater_; }
- FindBarController* find_bar() { return find_bar_controller_.get(); }
- FindBarController* GetFindBarController();
ExtensionShelfModel* extension_shelf_model() {
return extension_shelf_model_.get();
}
+ // Get the FindBarController for this browser, creating it if it does not
+ // yet exist.
+ FindBarController* GetFindBarController();
+
+ // Returns true if a FindBarController exists for this browser.
+ bool HasFindBarController() const;
+
// Setters /////////////////////////////////////////////////////////////////
void set_user_data_dir_profiles(const std::vector<std::wstring>& profiles);
« no previous file with comments | « no previous file | chrome/browser/browser.cc » ('j') | chrome/browser/views/find_bar_host_interactive_uitest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698