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

Unified Diff: chrome/browser/memory/tab_manager_observer.cc

Issue 2167843004: Discardable property support on TabManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change to auto-discardable Created 4 years, 5 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/memory/tab_manager_observer.cc
diff --git a/chrome/browser/memory/tab_manager_observer.cc b/chrome/browser/memory/tab_manager_observer.cc
index 7a3f8dbf044169579b405f38bf572957343ef528..782a15875bb4176be204d49e7927de6571eab19b 100644
--- a/chrome/browser/memory/tab_manager_observer.cc
+++ b/chrome/browser/memory/tab_manager_observer.cc
@@ -13,6 +13,10 @@ namespace memory {
void TabManagerObserver::OnDiscardedStateChange(content::WebContents* contents,
bool is_discarded) {}
+void TabManagerObserver::OnAutoDiscardableStateChange(
+ content::WebContents* contents,
+ bool is_auto_discardable) {}
+
TabManagerObserver::~TabManagerObserver() {}
} // namespace memory
« no previous file with comments | « chrome/browser/memory/tab_manager_observer.h ('k') | chrome/browser/memory/tab_manager_observer_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698