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

Unified Diff: chrome/browser/ui/ash/launcher/launcher_controller_helper.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/launcher_controller_helper.cc
diff --git a/chrome/browser/ui/ash/launcher/launcher_controller_helper.cc b/chrome/browser/ui/ash/launcher/launcher_controller_helper.cc
index 724ac1dd2e115239c82a69febf6c2ff3e1f1058d..cc7b216ea0bb03f342bb61ba88727b01222d0b83 100644
--- a/chrome/browser/ui/ash/launcher/launcher_controller_helper.cc
+++ b/chrome/browser/ui/ash/launcher/launcher_controller_helper.cc
@@ -169,7 +169,7 @@ bool LauncherControllerHelper::IsValidIDForCurrentUser(
return true;
}
-void LauncherControllerHelper::LaunchApp(ash::AppLauncherId id,
+void LauncherControllerHelper::LaunchApp(ash::AppLaunchId id,
ash::ShelfLaunchSource source,
int event_flags) {
const std::string& app_id = id.app_id();
@@ -218,7 +218,7 @@ ArcAppListPrefs* LauncherControllerHelper::GetArcAppListPrefs() const {
}
void LauncherControllerHelper::ExtensionEnableFlowFinished() {
- LaunchApp(ash::AppLauncherId(extension_enable_flow_->extension_id()),
+ LaunchApp(ash::AppLaunchId(extension_enable_flow_->extension_id()),
ash::LAUNCH_FROM_UNKNOWN, ui::EF_NONE);
extension_enable_flow_.reset();
}
« no previous file with comments | « chrome/browser/ui/ash/launcher/launcher_controller_helper.h ('k') | chrome/browser/ui/ash/launcher/launcher_item_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698