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

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: 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
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,
gab 2012/05/16 17:04:22 While you are touching this code it might be good
grt (UTC plus 2) 2012/05/16 17:16:16 We're still compiling against the win7 SDK, so the
true) &&

Powered by Google App Engine
This is Rietveld 408576698