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

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

Issue 2696073002: Merge ShelfItemDelegate::ItemSelected & LauncherItemDelegate::Activate. (Closed)
Patch Set: nit Created 3 years, 10 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 03191214c2bd23274a38952a0d3c35a9a8d465f0..53f40f28201ee28f41b8179c383e35c1d8fbe22e 100644
--- a/chrome/browser/ui/ash/launcher/launcher_controller_helper.h
+++ b/chrome/browser/ui/ash/launcher/launcher_controller_helper.h
@@ -8,10 +8,10 @@
#include <memory>
#include <string>
+#include "ash/public/cpp/shelf_types.h"
#include "base/macros.h"
#include "base/strings/string16.h"
#include "chrome/browser/ui/ash/app_launcher_id.h"
-#include "chrome/browser/ui/ash/launcher/chrome_launcher_types.h"
#include "chrome/browser/ui/extensions/extension_enable_flow_delegate.h"
class ArcAppListPrefs;
@@ -43,7 +43,7 @@ class LauncherControllerHelper : public ExtensionEnableFlowDelegate {
virtual bool IsValidIDForCurrentUser(const std::string& id) const;
void LaunchApp(ash::AppLauncherId id,
- ash::LaunchSource source,
+ ash::ShelfLaunchSource source,
int event_flags);
virtual ArcAppListPrefs* GetArcAppListPrefs() const;
« no previous file with comments | « chrome/browser/ui/ash/launcher/chrome_launcher_types.h ('k') | chrome/browser/ui/ash/launcher/launcher_controller_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698