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

Unified Diff: athena/extensions/athena_app_window_client_base.h

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 | « no previous file | athena/extensions/athena_app_window_client_base.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.h
diff --git a/athena/extensions/athena_app_window_client_base.h b/athena/extensions/athena_app_window_client_base.h
index 808a95b14d86ca47b3d4f10cbb67671e3516b36a..c22a0998c8e330f74f12f3c8b32ca03ee888f6d8 100644
--- a/athena/extensions/athena_app_window_client_base.h
+++ b/athena/extensions/athena_app_window_client_base.h
@@ -21,8 +21,6 @@ class AthenaAppWindowClientBase : public extensions::AppWindowClient {
virtual extensions::NativeAppWindow* CreateNativeAppWindow(
extensions::AppWindow* window,
const extensions::AppWindow::CreateParams& params) OVERRIDE;
- virtual void IncrementKeepAliveCount() OVERRIDE;
- virtual void DecrementKeepAliveCount() OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(AthenaAppWindowClientBase);
};
« no previous file with comments | « no previous file | athena/extensions/athena_app_window_client_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698