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

Unified Diff: extensions/browser/app_window/app_window_client.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 | « extensions/browser/app_window/app_window.cc ('k') | extensions/shell/browser/shell_app_window_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/app_window/app_window_client.h
diff --git a/extensions/browser/app_window/app_window_client.h b/extensions/browser/app_window/app_window_client.h
index 985febf4088b312700891b008fa31804358dd274..82d0f4e07e003bfa394fff13f6eb46971ac7bfe5 100644
--- a/extensions/browser/app_window/app_window_client.h
+++ b/extensions/browser/app_window/app_window_client.h
@@ -40,11 +40,6 @@ class AppWindowClient {
AppWindow* window,
const AppWindow::CreateParams& params) = 0;
- // A positive keep-alive count is a request for the embedding application to
- // keep running after all windows are closed. The count starts at zero.
- virtual void IncrementKeepAliveCount() = 0;
- virtual void DecrementKeepAliveCount() = 0;
-
// Opens DevTools window and runs the callback.
virtual void OpenDevToolsWindow(content::WebContents* web_contents,
const base::Closure& callback) = 0;
« no previous file with comments | « extensions/browser/app_window/app_window.cc ('k') | extensions/shell/browser/shell_app_window_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698