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

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

Issue 14031025: Implementing unified Chrome / App Launcher flow, and migrating old stand-alone App Launcher. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feature-complete (except for unit tests for ShellUtil shortcut update code). 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..b1949ee94149356f9be85d8bab9cdd8a87e64b03 100644
--- a/chrome/installer/util/browser_distribution.h
+++ b/chrome/installer/util/browser_distribution.h
@@ -53,6 +53,9 @@ class BrowserDistribution {
// at run-time.
virtual string16 GetBaseAppName();
+ // Returns the localized name of the (Start Menu) folder for the program.
+ virtual string16 GetAppShortCutFolderName();
gab 2013/05/15 22:42:20 See suggestion on https://codereview.chromium.org/
huangs 2013/05/17 20:59:24 Will merge into this; but keeping it for now for t
+
// Returns the localized name of the program.
virtual string16 GetAppShortCutName();

Powered by Google App Engine
This is Rietveld 408576698