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

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: Address comments 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
« no previous file with comments | « athena/extensions/athena_app_window_client_base.h ('k') | chrome/browser/apps/app_browsertest_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « athena/extensions/athena_app_window_client_base.h ('k') | chrome/browser/apps/app_browsertest_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698