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

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

Issue 2518423003: Combine shelf platform and windowed app types. (Closed)
Patch Set: Refinements and cleanup. Created 4 years, 1 month 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.h
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
index 64aefaa270f2e3ad726993387d60c725419e94c0..f86a0354bdbb9c36804d0edc7364c848dc8129a8 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
@@ -158,10 +158,6 @@ class ChromeLauncherController : public ash::mojom::ShelfObserver,
virtual void SetLauncherItemImage(ash::ShelfID shelf_id,
const gfx::ImageSkia& image) = 0;
- // Find out if the given application |id| is a windowed app item and not a
- // pinned item in the shelf.
- virtual bool IsWindowedAppInLauncher(const std::string& app_id) = 0;
-
// Updates the launch type of the app for the specified id to |launch_type|.
virtual void SetLaunchType(ash::ShelfID id,
extensions::LaunchType launch_type) = 0;

Powered by Google App Engine
This is Rietveld 408576698