Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/shared/Utils.h

Issue 6308231068516352: Fix issues with security tokens (Enhanced Protected Mode, Protected Mode etc) (Closed)
Patch Set: Created Nov. 15, 2013, 7:22 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/shared/Utils.h
===================================================================
--- a/src/shared/Utils.h
+++ b/src/shared/Utils.h
@@ -11,6 +11,7 @@
#define WM_DOWNLOADING_UPDATE WM_APP+3
bool IsWindowsVistaOrLater();
+bool IsWindows8();
std::string ToUtf8String(const std::wstring& str);
std::wstring ToUtf16String(const std::string& str);

Powered by Google App Engine
This is Rietveld