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

Unified Diff: apps/shell/browser/shell_apps_client.cc

Issue 176363002: Rename Start/EndKeepAlive to Increment/DecrementKeepAliveCount (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (rename_keep_alive) Created 6 years, 10 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 | « apps/shell/browser/shell_apps_client.h ('k') | chrome/browser/app_controller_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/browser/shell_apps_client.cc
diff --git a/apps/shell/browser/shell_apps_client.cc b/apps/shell/browser/shell_apps_client.cc
index c7d877e1a6282d04905aaa2b579e25921914f202..40b27baefcb592fdf2f4cbddb0b656b21d34746e 100644
--- a/apps/shell/browser/shell_apps_client.cc
+++ b/apps/shell/browser/shell_apps_client.cc
@@ -33,8 +33,8 @@ AppWindow* ShellAppsClient::CreateAppWindow(
return new AppWindow(context, new ShellAppWindowDelegate, extension);
}
-void ShellAppsClient::StartKeepAlive() {}
+void ShellAppsClient::IncrementKeepAliveCount() {}
-void ShellAppsClient::EndKeepAlive() {}
+void ShellAppsClient::DecrementKeepAliveCount() {}
} // namespace apps
« no previous file with comments | « apps/shell/browser/shell_apps_client.h ('k') | chrome/browser/app_controller_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698