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

Unified Diff: chrome/browser/views/tabs/tab_overview_controller.h

Issue 151169: Improves tab overview. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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/views/tabs/tab_overview_controller.h
===================================================================
--- chrome/browser/views/tabs/tab_overview_controller.h (revision 19730)
+++ chrome/browser/views/tabs/tab_overview_controller.h (working copy)
@@ -54,6 +54,9 @@
// offscren if the user detaches the last tab in the tab strip.
bool moved_offscreen() const { return moved_offscreen_; }
+ // Sets whether the mouse is over a mini-window.
+ void SetMouseOverMiniWindow(bool over_mini_window);
+
// Shows the grid.
void Show();
@@ -126,6 +129,9 @@
// it. If all the thumnbails have been set configure_timer_ is stopped.
void ConfigureNextUnconfiguredCell();
+ // Starts the delay timer.
+ void StartDelayTimer();
+
// The widget showing the view.
views::Widget* host_;
« no previous file with comments | « chrome/browser/views/tabs/dragged_tab_controller.h ('k') | chrome/browser/views/tabs/tab_overview_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698