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

Unified Diff: chrome/browser/apps/chrome_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 | « chrome/browser/app_controller_mac.mm ('k') | chrome/browser/apps/chrome_apps_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/apps/chrome_apps_client.h
diff --git a/chrome/browser/apps/chrome_apps_client.h b/chrome/browser/apps/chrome_apps_client.h
index e3e72115b787ccd14207ba5321c577d78b8da651..a3d402a00dd21f8bd3d392e896221a5cb5bf27ac 100644
--- a/chrome/browser/apps/chrome_apps_client.h
+++ b/chrome/browser/apps/chrome_apps_client.h
@@ -31,8 +31,8 @@ class ChromeAppsClient : public apps::AppsClient {
virtual apps::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;
DISALLOW_COPY_AND_ASSIGN(ChromeAppsClient);
};
« no previous file with comments | « chrome/browser/app_controller_mac.mm ('k') | chrome/browser/apps/chrome_apps_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698