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

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

Issue 10984034: Revert 158691 - Give platform apps control over launcher right-click context menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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.cc
===================================================================
--- chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc (revision 158704)
+++ chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc (working copy)
@@ -404,13 +404,6 @@
return 0;
}
-std::string ChromeLauncherController::GetAppIDForLauncherID(
- ash::LauncherID id) {
- DCHECK(id_to_item_controller_map_.find(id) !=
- id_to_item_controller_map_.end());
- return id_to_item_controller_map_[id]->app_id();
-}
-
void ChromeLauncherController::SetAppImage(const std::string& id,
const gfx::ImageSkia& image) {
// TODO: need to get this working for shortcuts.
« no previous file with comments | « chrome/browser/ui/ash/launcher/chrome_launcher_controller.h ('k') | chrome/browser/ui/ash/launcher/launcher_context_menu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698