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

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

Issue 2888553002: Instant: small cleanups (Closed)
Patch Set: . Created 3 years, 7 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/ui/search/instant_controller.h » ('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 292e33161dc8cf20b88e63a00ef9346e2e5d058f..dc30e85ec8643140447a4ef43d7e7fb08182d77c 100644
--- a/chrome/browser/ui/browser_instant_controller.h
+++ b/chrome/browser/ui/browser_instant_controller.h
@@ -52,11 +52,6 @@ class BrowserInstantController : public SearchModelObserver,
void DefaultSearchProviderChanged(
bool google_base_url_domain_changed) override;
- // Replaces the contents at tab |index| with |new_contents| and deletes the
- // existing contents.
- void ReplaceWebContentsAt(int index,
- std::unique_ptr<content::WebContents> new_contents);
-
Browser* const browser_;
InstantController instant_;
« no previous file with comments | « no previous file | chrome/browser/ui/search/instant_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698