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

Unified Diff: chrome/browser/memory/tab_manager.h

Issue 1978343002: [TabManager] Start function refactoring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/memory/tab_manager.cc » ('j') | chrome/browser/memory/tab_manager.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/memory/tab_manager.h
diff --git a/chrome/browser/memory/tab_manager.h b/chrome/browser/memory/tab_manager.h
index 2f82d0c81cdb1e71a4cab90b6a7cd94eb5726a3e..b99482cbb8dd4343a6a39d0486b2e12095cf27fd 100644
--- a/chrome/browser/memory/tab_manager.h
+++ b/chrome/browser/memory/tab_manager.h
@@ -77,6 +77,9 @@ class TabManager : public TabStripModelObserver {
// See member comment.
bool recent_tab_discard() const { return recent_tab_discard_; }
+ // Check if tabs can be discarded multiple times.
+ bool CheckMultipleDiscards();
Georges Khalil 2016/05/16 18:41:22 This should be private (don't forget to reorder th
Anderson Silva 2016/05/16 19:39:06 Acknowledged.
+
// Start/Stop the Tab Manager.
void Start();
void Stop();
« no previous file with comments | « no previous file | chrome/browser/memory/tab_manager.cc » ('j') | chrome/browser/memory/tab_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698