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

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

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/apps_client.h ('k') | apps/shell/browser/shell_apps_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/browser/shell_apps_client.h
diff --git a/apps/shell/browser/shell_apps_client.h b/apps/shell/browser/shell_apps_client.h
index df96dbe20e5643faa07139bad792007681c52cfb..c374cd7d07293674612a93752a2c0934cb89fa25 100644
--- a/apps/shell/browser/shell_apps_client.h
+++ b/apps/shell/browser/shell_apps_client.h
@@ -31,8 +31,8 @@ class ShellAppsClient : public AppsClient {
virtual AppWindow* CreateAppWindow(content::BrowserContext* context,
const extensions::Extension* extension)
OVERRIDE;
- virtual void StartKeepAlive() OVERRIDE;
- virtual void EndKeepAlive() OVERRIDE;
+ virtual void IncrementKeepAliveCount() OVERRIDE;
+ virtual void DecrementKeepAliveCount() OVERRIDE;
content::BrowserContext* browser_context_;
« no previous file with comments | « apps/apps_client.h ('k') | apps/shell/browser/shell_apps_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698