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

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

Issue 324593004: Windows: Add an "Open in Adobe Reader" menu item for PDF files in the download shelf. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments, check AcroRd32.exe version, set/honor prefs Created 6 years, 6 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 bf0f2181a6b2b067403343d8b9272e7911edbbe6..8179e6c74b12a88e6106460ce239a0e333e23503 100644
--- a/chrome/installer/util/shell_util.h
+++ b/chrome/installer/util/shell_util.h
@@ -233,11 +233,6 @@ class ShellUtil {
// we add Chrome as a Windows application
static const wchar_t* kRegRegisteredApplications;
- // The key path and key name required to register Chrome on Windows such
- // that it can be launched from Start->Run just by name (chrome.exe).
- static const wchar_t* kAppPathsRegistryKey;
- static const wchar_t* kAppPathsRegistryPathName;
-
// Registry path that stores url associations on Vista.
static const wchar_t* kRegVistaUrlPrefs;

Powered by Google App Engine
This is Rietveld 408576698