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

Unified Diff: extensions/shell/browser/shell_desktop_controller.h

Issue 583583008: Rename AppsClient -> AppWindowClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix mac & test 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
Index: extensions/shell/browser/shell_desktop_controller.h
diff --git a/extensions/shell/browser/shell_desktop_controller.h b/extensions/shell/browser/shell_desktop_controller.h
index cfaa7648e3045b560b15688c8d1cfe92ed1f6bec..1beb338f0b8d40f82f4ea40e5fbe190168c41726 100644
--- a/extensions/shell/browser/shell_desktop_controller.h
+++ b/extensions/shell/browser/shell_desktop_controller.h
@@ -49,7 +49,7 @@ class UserActivityDetector;
}
namespace extensions {
-class AppsClient;
+class AppWindowClient;
class Extension;
// Handles desktop-related tasks for app_shell.
@@ -129,7 +129,7 @@ class ShellDesktopController : public DesktopController,
scoped_ptr<ui::UserActivityPowerManagerNotifier> user_activity_notifier_;
#endif
- scoped_ptr<AppsClient> apps_client_;
+ scoped_ptr<AppWindowClient> apps_client_;
// The desktop supports a single app window.
AppWindow* app_window_; // NativeAppWindow::Close() deletes this.

Powered by Google App Engine
This is Rietveld 408576698