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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.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/chrome_launcher_controller_impl.h
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
index 1a732720c3329448d62c69d304eb58429922ef88..148f314154c8b9013e7cd3100c8a5ac602e13356 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
@@ -81,7 +81,7 @@ class ChromeLauncherControllerImpl
bool IsOpen(ash::ShelfID id) override;
bool IsPlatformApp(ash::ShelfID id) override;
void ActivateApp(const std::string& app_id,
- ash::LaunchSource source,
+ ash::ShelfLaunchSource source,
int event_flags) override;
void SetLauncherItemImage(ash::ShelfID shelf_id,
const gfx::ImageSkia& image) override;
@@ -90,7 +90,7 @@ class ChromeLauncherControllerImpl
ash::ShelfID GetShelfIDForWebContents(
content::WebContents* contents) override;
void SetRefocusURLPatternForTest(ash::ShelfID id, const GURL& url) override;
- ash::ShelfItemDelegate::PerformedAction ActivateWindowOrMinimizeIfActive(
+ ash::ShelfAction ActivateWindowOrMinimizeIfActive(
ui::BaseWindow* window,
bool allow_minimize) override;
void ActiveUserChanged(const std::string& user_email) override;

Powered by Google App Engine
This is Rietveld 408576698