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

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

Issue 23258005: Give SxS distribution its own registration GUIDs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move typedef Created 7 years, 3 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/shell_util.h
diff --git a/chrome/installer/util/shell_util.h b/chrome/installer/util/shell_util.h
index bb54f1974efb936e2ba75a4088126d21e75fc9b3..ecbf991084fee6e50ca6532191d5c23cb17b13ca 100644
--- a/chrome/installer/util/shell_util.h
+++ b/chrome/installer/util/shell_util.h
@@ -228,12 +228,6 @@ class ShellUtil {
static const wchar_t* kAppPathsRegistryKey;
static const wchar_t* kAppPathsRegistryPathName;
- // Name that we give to Chrome file association handler ProgId.
- static const wchar_t* kChromeHTMLProgId;
-
- // Description of Chrome file association handler ProgId.
- static const wchar_t* kChromeHTMLProgIdDesc;
-
// Registry path that stores url associations on Vista.
static const wchar_t* kRegVistaUrlPrefs;

Powered by Google App Engine
This is Rietveld 408576698