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

Unified Diff: chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.h

Issue 152223002: Renames LauncherID, LauncherItem and LauncherItems... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: OWNERS Created 6 years, 11 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: chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.h
diff --git a/chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.h
index a8a2ed23d6e033517f6a308ccbd4e46332cfd7b1..893de55933a3b7481b3693cfe0281ee4013836fb 100644
--- a/chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.h
+++ b/chrome/browser/ui/ash/launcher/shell_window_launcher_item_controller.h
@@ -39,7 +39,7 @@ class ShellWindowLauncherItemController : public LauncherItemController,
public aura::WindowObserver {
public:
ShellWindowLauncherItemController(Type type,
- const std::string& app_launcher_id,
+ const std::string& app_shelf_id,
const std::string& app_id,
ChromeLauncherController* controller);
@@ -52,7 +52,7 @@ class ShellWindowLauncherItemController : public LauncherItemController,
void SetActiveWindow(aura::Window* window);
- const std::string& app_launcher_id() const { return app_launcher_id_; }
+ const std::string& app_shelf_id() const { return app_shelf_id_; }
// LauncherItemController overrides:
virtual bool IsOpen() const OVERRIDE;
@@ -96,8 +96,8 @@ class ShellWindowLauncherItemController : public LauncherItemController,
apps::ShellWindow* last_active_shell_window_;
// The launcher id associated with this set of windows. There is one
- // AppLauncherItemController for each |app_launcher_id_|.
- const std::string app_launcher_id_;
+ // AppLauncherItemController for each |app_shelf_id_|.
+ const std::string app_shelf_id_;
// Scoped list of observed windows (for removal on destruction)
ScopedObserver<aura::Window, aura::WindowObserver> observed_windows_;

Powered by Google App Engine
This is Rietveld 408576698