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

Unified Diff: athena/extensions/athena_app_window_client_base.cc

Issue 557833007: Remove Increment/DecrementKeepAliveCount from AppsClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Pass ScopedKeepAlive Created 6 years, 3 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: athena/extensions/athena_app_window_client_base.cc
diff --git a/athena/extensions/athena_app_window_client_base.cc b/athena/extensions/athena_app_window_client_base.cc
index 00e08c95ea9081d9013eebf3f4e3fcee40b70729..cce090691bef922f9f7551b4697e2d1ca2cd9444 100644
--- a/athena/extensions/athena_app_window_client_base.cc
+++ b/athena/extensions/athena_app_window_client_base.cc
@@ -28,12 +28,4 @@ extensions::NativeAppWindow* AthenaAppWindowClientBase::CreateNativeAppWindow(
return native_window;
}
-void AthenaAppWindowClientBase::IncrementKeepAliveCount() {
- // No need to keep track of KeepAlive count on ChromeOS.
-}
-
-void AthenaAppWindowClientBase::DecrementKeepAliveCount() {
- // No need to keep track of KeepAlive count on ChromeOS.
-}
-
} // namespace athena

Powered by Google App Engine
This is Rietveld 408576698