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

Unified Diff: chrome/installer/util/browser_distribution.h

Issue 13864015: Move app launcher and chrome apps shortcut strings into the installer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@migrate_app_id_fix
Patch Set: rebase, move app launcher and chrome app strings into the installer Created 7 years, 7 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/installer/util/browser_distribution.h
diff --git a/chrome/installer/util/browser_distribution.h b/chrome/installer/util/browser_distribution.h
index d1459ff04fcb6ec0b7e3c8e6d8dd33c44a90701e..52acf5ca3efe3b38dd6fd68df8fbc9e8338963a7 100644
--- a/chrome/installer/util/browser_distribution.h
+++ b/chrome/installer/util/browser_distribution.h
@@ -58,6 +58,13 @@ class BrowserDistribution {
virtual string16 GetAlternateApplicationName();
+ // Returns the localized name of the app launcher.
+ virtual string16 GetAppListShortcutName();
+
+ // Returns the localized name of the subdirectory to store chrome apps in the
+ // application menu.
+ virtual string16 GetAppShortcutsSubdirName();
gab 2013/05/15 21:26:38 I talked about this with huangs@ and we came up wi
calamity 2013/08/27 07:59:35 Done.
+
// Returns the unsuffixed appid of this program.
// The AppUserModelId is a property of Windows programs.
// IMPORTANT: This should only be called by ShellUtil::GetAppId as the appid

Powered by Google App Engine
This is Rietveld 408576698