Index: chrome/browser/ui/webui/flash_ui.cc |
diff --git a/chrome/browser/ui/webui/flash_ui.cc b/chrome/browser/ui/webui/flash_ui.cc |
index f69bc77dd82b14c3f87e1ecb3e59f7dd528ebd7f..6b3ca634a0f753b6742297d7963d63be460bbe95 100644 |
--- a/chrome/browser/ui/webui/flash_ui.cc |
+++ b/chrome/browser/ui/webui/flash_ui.cc |
@@ -212,6 +212,7 @@ void FlashDOMHandler::MaybeRespondToPage() { |
case base::win::VERSION_VISTA: os_label += " Vista"; break; |
case base::win::VERSION_SERVER_2008: os_label += " Server 2008"; break; |
case base::win::VERSION_WIN7: os_label += " 7"; break; |
+ case base::win::VERSION_WIN8: os_label += " 8"; break; |
default: os_label += " UNKNOWN"; break; |
} |
os_label += " SP" + base::IntToString(os->service_pack().major); |