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

Unified Diff: base/file_util_win.cc

Issue 10386167: Always do DelegateExecute handler COM registration and make set dual mode prop on shortcuts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | base/win/win_util.cc » ('j') | base/win/win_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/file_util_win.cc
diff --git a/base/file_util_win.cc b/base/file_util_win.cc
index 922e34a34ba3df13ee7819dab225fb0644103840..bbd668096c4b97daf64edd53e93dd29e71eb75f0 100644
--- a/base/file_util_win.cc
+++ b/base/file_util_win.cc
@@ -424,7 +424,6 @@ bool CreateOrUpdateShortcutLink(const wchar_t *source,
if (app_id && !base::win::SetAppIdForPropertyStore(property_store, app_id))
return false;
if (is_dual_mode &&
- base::win::GetVersion() >= base::win::VERSION_WIN8 &&
!base::win::SetDualModeForPropertyStore(property_store)) {
return false;
}
« no previous file with comments | « no previous file | base/win/win_util.cc » ('j') | base/win/win_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698