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

Unified Diff: app/win_util.cc

Issue 660038: Fix issue 32106 (Closed)
Patch Set: Created 10 years, 10 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/user_data_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/win_util.cc
diff --git a/app/win_util.cc b/app/win_util.cc
index 4ad8b279a92a6de2365e88ae3d367ebb551bd4d7..3e00b95a046a13360c42f9982da70b2b4fb271c9 100644
--- a/app/win_util.cc
+++ b/app/win_util.cc
@@ -837,7 +837,7 @@ gfx::Font GetWindowTitleFont() {
void SetAppIdForWindow(const std::wstring& app_id, HWND hwnd) {
// This functionality is only available on Win7+.
- if (win_util::GetWinVersion() != win_util::WINVERSION_WIN7)
+ if (win_util::GetWinVersion() < win_util::WINVERSION_WIN7)
return;
// Load Shell32.dll into memory.
« no previous file with comments | « no previous file | chrome/browser/user_data_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698