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

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

Issue 2545923004: Remove LauncherItemController::type; use ShelfItems::type. (Closed)
Patch Set: Rebase; remove new LauncherItemController::TYPE_APP check. Created 4 years 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/app_window_launcher_item_controller.h
diff --git a/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.h
index cc5974d30304e883912f8675f35a1033175493ec..04a6c87deef8fc1499d1b1aa1d804f348e92e630 100644
--- a/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.h
+++ b/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.h
@@ -70,8 +70,7 @@ class AppWindowLauncherItemController : public LauncherItemController,
const WindowList& windows() const { return windows_; }
protected:
- AppWindowLauncherItemController(Type type,
- const std::string& app_id,
+ AppWindowLauncherItemController(const std::string& app_id,
const std::string& launch_id,
ChromeLauncherController* controller);

Powered by Google App Engine
This is Rietveld 408576698