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

Unified Diff: chrome/browser/shell_integration.h

Issue 11777006: Speculative revert 175230. I suspect that dependency on propsys.dll makes chrome.dll unloadable on … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 12 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 | « no previous file | chrome/browser/shell_integration_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/shell_integration.h
===================================================================
--- chrome/browser/shell_integration.h (revision 175243)
+++ chrome/browser/shell_integration.h (working copy)
@@ -156,17 +156,6 @@
// see http://crbug.com/28104
static void MigrateChromiumShortcuts();
- // Migrates all shortcuts in |path| which point to |chrome_exe| such that they
- // have the appropriate AppUserModelId. Also makes sure those shortcuts have
- // the dual_mode property set if such is requested by |check_dual_mode|.
- // Returns the number of shortcuts migrated.
- // This method should not be called prior to Windows 7.
- // This method is only public for the sake of tests and shouldn't be called
- // externally otherwise.
- static int MigrateShortcutsInPathInternal(const FilePath& chrome_exe,
- const FilePath& path,
- bool check_dual_mode);
-
// Returns the path to the Start Menu shortcut for the given Chrome.
static FilePath GetStartMenuShortcut(const FilePath& chrome_exe);
#endif // defined(OS_WIN)
« no previous file with comments | « no previous file | chrome/browser/shell_integration_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698