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

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

Issue 2860503002: mash: Replace int ShelfIDs with AppLaunchID strings. (Closed)
Patch Set: Fix struct traits typo. Created 3 years, 7 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/app_shortcut_launcher_item_controller.h
diff --git a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
index 394bcb98e63fa946b70e49b359ea229873223f0f..9e14ec00082f261646221abbe8fa7405ab25b2f6 100644
--- a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
+++ b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
@@ -32,7 +32,7 @@ class AppShortcutLauncherItemController : public ash::ShelfItemDelegate {
~AppShortcutLauncherItemController() override;
static std::unique_ptr<AppShortcutLauncherItemController> Create(
- const ash::AppLaunchId& app_launch_id);
+ const ash::ShelfID& shelf_id);
std::vector<content::WebContents*> GetRunningApplications();
@@ -52,8 +52,7 @@ class AppShortcutLauncherItemController : public ash::ShelfItemDelegate {
void set_refocus_url(const GURL& refocus_url) { refocus_url_ = refocus_url; }
protected:
- explicit AppShortcutLauncherItemController(
- const ash::AppLaunchId& app_launch_id);
+ explicit AppShortcutLauncherItemController(const ash::ShelfID& shelf_id);
private:
// Get the last running application.

Powered by Google App Engine
This is Rietveld 408576698