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

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

Issue 2765563002: Move and rename Chrome's AppLauncherId to ash::AppLaunchId. (Closed)
Patch Set: Add example commment. Created 3 years, 9 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.cc
diff --git a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc
index 1bff289c70aefa1ef259da4d1eac6242342c18ae..0d87dc689579c4cf96235859ee5238792777799b 100644
--- a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc
+++ b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc
@@ -119,7 +119,7 @@ void AppShortcutLauncherItemController::ItemSelected(
// Launching some items replaces this item controller instance, which
// destroys the app and launch id strings; making copies avoid crashes.
- launcher_controller()->LaunchApp(ash::AppLauncherId(app_id(), launch_id()),
+ launcher_controller()->LaunchApp(ash::AppLaunchId(app_id(), launch_id()),
source, ui::EF_NONE);
callback.Run(ash::SHELF_ACTION_NEW_WINDOW_CREATED, base::nullopt);
return;
« no previous file with comments | « chrome/browser/ui/ash/chrome_launcher_prefs.cc ('k') | chrome/browser/ui/ash/launcher/chrome_launcher_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698