Chromium Code Reviews| Index: base/win/windows_version.h |
| diff --git a/base/win/windows_version.h b/base/win/windows_version.h |
| index 920438bff956e66b1c32783f0ddf91f712691cdb..1061b47a97383fb40b0e79e9a1ead6dc86f2ea85 100644 |
| --- a/base/win/windows_version.h |
| +++ b/base/win/windows_version.h |
| @@ -25,6 +25,8 @@ enum Version { |
| VERSION_VISTA, |
| VERSION_SERVER_2008, |
| VERSION_WIN7, |
| + VERSION_WIN8, |
| + VERSION_WIN_LAST, // Indicates error condition. |
| }; |
| // A singleton that can be used to query various pieces of information about the |