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

Unified Diff: chrome/browser/ui/ash/launcher/launcher_controller_helper.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/launcher_controller_helper.h
diff --git a/chrome/browser/ui/ash/launcher/launcher_controller_helper.h b/chrome/browser/ui/ash/launcher/launcher_controller_helper.h
index cf9b74eeec4e51b7911e2be3156073711d2c2200..0aa0131675a08f485e9cbd8366cef2b5cbbd1ce8 100644
--- a/chrome/browser/ui/ash/launcher/launcher_controller_helper.h
+++ b/chrome/browser/ui/ash/launcher/launcher_controller_helper.h
@@ -8,7 +8,6 @@
#include <memory>
#include <string>
-#include "ash/public/cpp/app_launch_id.h"
#include "ash/public/cpp/shelf_types.h"
#include "base/macros.h"
#include "base/strings/string16.h"
@@ -42,7 +41,7 @@ class LauncherControllerHelper : public ExtensionEnableFlowDelegate {
// Note that already running applications are ignored by the restore process.
virtual bool IsValidIDForCurrentUser(const std::string& id) const;
- void LaunchApp(ash::AppLaunchId id,
+ void LaunchApp(const ash::ShelfID& id,
ash::ShelfLaunchSource source,
int event_flags);

Powered by Google App Engine
This is Rietveld 408576698