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

Unified Diff: snapshot/system_snapshot.h

Issue 936333004: win: Add implementation of system_snapshot for Windows (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@add-time-win
Patch Set: fixes Created 5 years, 10 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 | « snapshot/snapshot.gyp ('k') | snapshot/win/process_reader_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/system_snapshot.h
diff --git a/snapshot/system_snapshot.h b/snapshot/system_snapshot.h
index 7a41227c84a0405ee0d2699a8f4f2a3038fe9301..82f5d4806d6827f367b06eba62cba43e2282bf9d 100644
--- a/snapshot/system_snapshot.h
+++ b/snapshot/system_snapshot.h
@@ -38,6 +38,9 @@ class SystemSnapshot {
//! \brief Mac OS X.
kOperatingSystemMacOSX,
+
+ //! \brief Windows.
+ kOperatingSystemWindows,
};
//! \brief A system’s daylight saving time status.
« no previous file with comments | « snapshot/snapshot.gyp ('k') | snapshot/win/process_reader_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698