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

Unified Diff: chrome/browser/lifetime/keep_alive_state_observer.h

Issue 1803143002: Replace BrowserProces::AddRefModule/RemoveModule by ScopedKeepAlive (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/lifetime/keep_alive_state_observer.h
diff --git a/chrome/browser/lifetime/keep_alive_state_observer.h b/chrome/browser/lifetime/keep_alive_state_observer.h
index 0e959b11982c93906598fc745ff3aebf2922e09b..6b8ad150c0ddf89846edca7338b7c325f16b0d90 100644
--- a/chrome/browser/lifetime/keep_alive_state_observer.h
+++ b/chrome/browser/lifetime/keep_alive_state_observer.h
@@ -9,6 +9,7 @@ struct KeepAliveOptions;
class KeepAliveStateObserver {
public:
+ virtual void OnKeepingAliveStateChanged(bool is_keeping_alive) = 0;
virtual void OnKeepAliveRestartStateChanged(bool can_restart) = 0;
protected:

Powered by Google App Engine
This is Rietveld 408576698