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

Unified Diff: extensions/shell/browser/shell_app_window_client.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 | « extensions/shell/browser/shell_app_window_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/browser/shell_app_window_client.cc
diff --git a/extensions/shell/browser/shell_app_window_client.cc b/extensions/shell/browser/shell_app_window_client.cc
index 734df75e9546a351041fafd96ae292588f77181d..412304a23207fdd5aefab1ff19bb06add0a993cd 100644
--- a/extensions/shell/browser/shell_app_window_client.cc
+++ b/extensions/shell/browser/shell_app_window_client.cc
@@ -40,15 +40,6 @@ NativeAppWindow* ShellAppWindowClient::CreateNativeAppWindow(
return native_app_window;
}
-void ShellAppWindowClient::IncrementKeepAliveCount() {
- // app_shell runs until the system powers off, so it doesn't need to track
- // open apps or windows to keep itself alive.
-}
-
-void ShellAppWindowClient::DecrementKeepAliveCount() {
- // See IncrementKeepAliveCount().
-}
-
void ShellAppWindowClient::OpenDevToolsWindow(
content::WebContents* web_contents,
const base::Closure& callback) {
« no previous file with comments | « extensions/shell/browser/shell_app_window_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698