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

Unified Diff: chrome/browser/ui/ash/launcher/shell_window_launcher_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_controller.h
diff --git a/chrome/browser/ui/ash/launcher/shell_window_launcher_controller.h b/chrome/browser/ui/ash/launcher/shell_window_launcher_controller.h
index 8d711f54648d949580329b83a782c4a896a47353..04501fb2d8ea49413fe75e6ad672a27f526e6762 100644
--- a/chrome/browser/ui/ash/launcher/shell_window_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/shell_window_launcher_controller.h
@@ -76,7 +76,7 @@ class ShellWindowLauncherController
private:
typedef std::map<std::string, ShellWindowLauncherItemController*>
AppControllerMap;
- typedef std::map<aura::Window*, std::string> WindowToAppLauncherIdMap;
+ typedef std::map<aura::Window*, std::string> WindowToAppShelfIdMap;
ShellWindowLauncherItemController* ControllerForWindow(aura::Window* window);
@@ -90,8 +90,8 @@ class ShellWindowLauncherController
// Map of app launcher id to controller.
AppControllerMap app_controller_map_;
- // Allows us to get from an aura::Window to the app launcher id.
- WindowToAppLauncherIdMap window_to_app_launcher_id_map_;
+ // Allows us to get from an aura::Window to the app shelf id.
+ WindowToAppShelfIdMap window_to_app_shelf_id_map_;
DISALLOW_COPY_AND_ASSIGN(ShellWindowLauncherController);
};

Powered by Google App Engine
This is Rietveld 408576698