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

Unified Diff: chrome/installer/util/browser_distribution.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
« no previous file with comments | « chrome/installer/setup/uninstall.cc ('k') | chrome/installer/util/browser_distribution.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/browser_distribution.h
diff --git a/chrome/installer/util/browser_distribution.h b/chrome/installer/util/browser_distribution.h
index f3e0ce7e4ea02514cafb559f8a5dd21450d6a3f3..f91846dc52f88bf8ed4b2de9bff826691c406384 100644
--- a/chrome/installer/util/browser_distribution.h
+++ b/chrome/installer/util/browser_distribution.h
@@ -80,18 +80,6 @@ class BrowserDistribution {
virtual base::string16 GetStartMenuShortcutSubfolder(
Subfolder subfolder_type);
- // Returns the Browser ProgId prefix (e.g. ChromeHTML, ChromiumHTM, etc...).
- // The full id is of the form |prefix|.|suffix| and is limited to a maximum
- // length of 39 characters including null-terminator. See
- // http://msdn.microsoft.com/library/aa911706.aspx for details. We define
- // |suffix| as a fixed-length 26-character alphanumeric identifier, therefore
- // the return value of this function must have a maximum length of
- // 39 - 1(null-term) - 26(|suffix|) - 1(dot separator) = 11 characters.
- virtual base::string16 GetBrowserProgIdPrefix();
-
- // Returns the Browser ProgId description.
- virtual base::string16 GetBrowserProgIdDesc();
-
virtual base::string16 GetPublisherName();
virtual base::string16 GetAppDescription();
« no previous file with comments | « chrome/installer/setup/uninstall.cc ('k') | chrome/installer/util/browser_distribution.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698