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

Unified Diff: chrome/install_static/install_constants.h

Issue 2764963002: Move ProgID methods from BrowserDistribution into install_static. (Closed)
Patch Set: huangs comments Created 3 years, 9 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/install_static/install_constants.h
diff --git a/chrome/install_static/install_constants.h b/chrome/install_static/install_constants.h
index b5e4a86c0a66f3b2336d216f12ef54eb174513c7..f52e0fa945b8aa1959d2274f17d5c864e25f53cc 100644
--- a/chrome/install_static/install_constants.h
+++ b/chrome/install_static/install_constants.h
@@ -68,6 +68,15 @@ struct InstallConstants {
// directly.
const wchar_t* base_app_id;
+ // The prefix for the browser's ProgID. This prefix may be no more than 11
+ // characters long; see ShellUtil::GetBrowserProgId and
+ // https://msdn.microsoft.com/library/windows/desktop/dd542719.aspx.
+ const wchar_t* prog_id_prefix;
+
+ // A human-readable description of the browser, used when registering with
+ // Windows.
+ const wchar_t* prog_id_description;
+
// The default name for this mode's update channel.
const wchar_t* default_channel_name;
« no previous file with comments | « chrome/install_static/google_chrome_install_modes.cc ('k') | chrome/install_static/install_modes_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698