Index: chrome/browser/browser_process_platform_part_aurawin.cc |
diff --git a/chrome/browser/browser_process_platform_part_aurawin.cc b/chrome/browser/browser_process_platform_part_aurawin.cc |
index 356ffb451562f89e22616b48cdf3b4e589ee6584..7bb344bee950a49a29772605daf62dcb52e1e6a3 100644 |
--- a/chrome/browser/browser_process_platform_part_aurawin.cc |
+++ b/chrome/browser/browser_process_platform_part_aurawin.cc |
@@ -22,7 +22,7 @@ |
#include "ui/aura/remote_window_tree_host_win.h" |
BrowserProcessPlatformPart::BrowserProcessPlatformPart() { |
- if (base::win::GetVersion() >= base::win::VERSION_WIN8) { |
+ if (base::win::GetVersion() >= base::win::VERSION_WIN7) { |
// Tell metro viewer to close when we are shutting down. |
registrar_.Add(this, chrome::NOTIFICATION_APP_TERMINATING, |
content::NotificationService::AllSources()); |