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

Unified Diff: chrome/browser/ui/browser_instant_controller.h

Issue 2269933002: Instant cleanup: remove MODE_SEARCH_RESULTS and ORIGIN_SEARCH (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_url_replacement
Patch Set: review Created 4 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
« no previous file with comments | « chrome/browser/ui/browser_commands.cc ('k') | chrome/browser/ui/browser_instant_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_instant_controller.h
diff --git a/chrome/browser/ui/browser_instant_controller.h b/chrome/browser/ui/browser_instant_controller.h
index f07c5689f8e9ed06658346c874e2eda77d86db5e..292e33161dc8cf20b88e63a00ef9346e2e5d058f 100644
--- a/chrome/browser/ui/browser_instant_controller.h
+++ b/chrome/browser/ui/browser_instant_controller.h
@@ -24,9 +24,8 @@ class BrowserInstantController : public SearchModelObserver,
explicit BrowserInstantController(Browser* browser);
~BrowserInstantController() override;
- // Commits the current Instant, returning true on success. This is intended
- // for use from OpenCurrentURL.
- bool OpenInstant(WindowOpenDisposition disposition, const GURL& url);
+ // Commits the current Instant. This is intended for use from OpenCurrentURL.
+ void OpenInstant(WindowOpenDisposition disposition, const GURL& url);
// Returns the Profile associated with the Browser that owns this object.
Profile* profile() const;
« no previous file with comments | « chrome/browser/ui/browser_commands.cc ('k') | chrome/browser/ui/browser_instant_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698