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

Unified Diff: trunk/src/chrome/browser/ui/tabs/tab_strip_model_utils.h

Issue 252233003: Reapply 266653 "[Mac] Allow fullscreen transitions while constrai..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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: trunk/src/chrome/browser/ui/tabs/tab_strip_model_utils.h
===================================================================
--- trunk/src/chrome/browser/ui/tabs/tab_strip_model_utils.h (revision 266898)
+++ trunk/src/chrome/browser/ui/tabs/tab_strip_model_utils.h (working copy)
@@ -16,10 +16,6 @@
namespace chrome {
-// Returns the index of the first tab that is blocked. This returns
-// |model->count()| if no tab is blocked.
-int IndexOfFirstBlockedTab(const TabStripModel* model);
-
// Creates a set containing the canonical URLs of the currently open tabs.
void GetOpenUrls(const TabStripModel& tabs,
const history::TopSites& top_sites,

Powered by Google App Engine
This is Rietveld 408576698