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

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

Issue 18223002: InstantExtended: Remove overlay control code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Call renamed method. Created 7 years, 6 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/browser_instant_controller.h
diff --git a/chrome/browser/ui/browser_instant_controller.h b/chrome/browser/ui/browser_instant_controller.h
index 0ffaf100e35bf82479972dda69cc92469fb5eea4..0f9414fb1dd66d71c7e17df2c83f8a8e27b2f9fb 100644
--- a/chrome/browser/ui/browser_instant_controller.h
+++ b/chrome/browser/ui/browser_instant_controller.h
@@ -58,27 +58,11 @@ class BrowserInstantController
// this BrowserInstantController.
InstantController* instant() { return &instant_; }
- // Invoked by |instant_| to commit the |overlay| by merging it into the active
- // tab or adding it as a new tab.
- void CommitInstant(scoped_ptr<content::WebContents> overlay, bool in_new_tab);
-
- // Invoked by |instant_| to autocomplete the |suggestion| into the omnibox.
- void SetInstantSuggestion(const InstantSuggestion& suggestion);
-
- // Invoked by |instant_| to get the bounds that the overlay is placed at,
- // in screen coordinates.
- gfx::Rect GetInstantBounds();
-
- // Invoked by |instant_| to notify that the overlay gained focus, usually due
- // to the user clicking on it.
- void InstantOverlayFocused();
-
// Invoked by |instant_| to give the omnibox focus, with the option of making
// the caret invisible.
void FocusOmnibox(bool caret_visibility);
- // Invoked by |instant_| to get the currently active tab, over which the
- // overlay would be shown.
+ // Invoked by |instant_| to get the currently active tab.
content::WebContents* GetActiveWebContents() const;
// Invoked by |browser_| when the active tab changes.
« no previous file with comments | « chrome/browser/task_manager/tab_contents_resource_provider.cc ('k') | chrome/browser/ui/browser_instant_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698