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

Unified Diff: base/win/win_util.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: backed out vista change since it didn't work 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 | « base/file_util_win.cc ('k') | chrome/installer/util/browser_distribution.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/win_util.cc
diff --git a/base/win/win_util.cc b/base/win/win_util.cc
index c72a4747915606dc270ad8895a1528d12fbf570e..96507d55606bff674d69b34ba8bc98e33e4f7c42 100644
--- a/base/win/win_util.cc
+++ b/base/win/win_util.cc
@@ -191,8 +191,6 @@ bool SetAppIdForPropertyStore(IPropertyStore* property_store,
}
bool SetDualModeForPropertyStore(IPropertyStore* property_store) {
- DCHECK_GE(base::win::GetVersion(), base::win::VERSION_WIN8);
-
return SetBooleanValueForPropertyStore(property_store,
PKEY_AppUserModel_DualMode,
true) &&
« no previous file with comments | « base/file_util_win.cc ('k') | chrome/installer/util/browser_distribution.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698