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

Unified Diff: chrome/installer/util/google_chrome_sxs_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: fix win compile, change LOG(INFO)s to VLOG(1) Created 7 years 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/google_chrome_sxs_distribution.h
diff --git a/chrome/installer/util/google_chrome_sxs_distribution.h b/chrome/installer/util/google_chrome_sxs_distribution.h
index e069c68ddccf574ad1011733433a3a795d77c79a..808e6400c9f8e5b9fe3fd4add92677410097e737 100644
--- a/chrome/installer/util/google_chrome_sxs_distribution.h
+++ b/chrome/installer/util/google_chrome_sxs_distribution.h
@@ -22,6 +22,8 @@ class GoogleChromeSxSDistribution : public GoogleChromeDistribution {
virtual string16 GetBaseAppName() OVERRIDE;
virtual string16 GetShortcutName(ShortcutType shortcut_type) OVERRIDE;
virtual int GetIconIndex(ShortcutType shortcut_type) OVERRIDE;
+ virtual string16 GetStartMenuShortcutSubfolder(
+ Subfolder subfolder_type) OVERRIDE;
virtual string16 GetBaseAppId() OVERRIDE;
virtual string16 GetBrowserProgIdPrefix() OVERRIDE;
virtual string16 GetBrowserProgIdDesc() OVERRIDE;
« no previous file with comments | « chrome/installer/util/browser_distribution.cc ('k') | chrome/installer/util/google_chrome_sxs_distribution.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698