Index: base/logging.h |
diff --git a/base/logging.h b/base/logging.h |
index ad9033e7818cd479ddb52ed5bdd460283f91c873..f91d174b340246341def089373b7b8d0c52d5e39 100644 |
--- a/base/logging.h |
+++ b/base/logging.h |
@@ -892,6 +892,9 @@ BASE_EXPORT void RawLog(int level, const char* message); |
} while (0) |
#if defined(OS_WIN) |
+// Returns true if logging to file is enabled. |
+BASE_EXPORT bool IsLoggingToFileEnabled(); |
+ |
// Returns the default log file path. |
BASE_EXPORT std::wstring GetLogFileFullPath(); |
#endif |