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

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

Issue 10918103: 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.h
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
index 4672da8f694a462878b62be30f21ac281cd4ab0f..c0aaa082002faf305dcfd0642582ab84b31cd005 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
@@ -163,6 +163,7 @@ class ChromeLauncherController
std::string GetAppID(TabContents* tab);
ash::LauncherID GetLauncherIDForAppID(const std::string& app_id);
+ std::string GetAppIDForLauncherID(ash::LauncherID id);
// Sets the image for an app tab. This is intended to be invoked from the
// AppIconLoader.

Powered by Google App Engine
This is Rietveld 408576698