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

Unified Diff: base/win/windows_version.h

Issue 7918035: Disables code for making sure window to attach to is visible on (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Version change from Carlos Created 9 years, 3 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 | base/win/windows_version.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | base/win/windows_version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698