This commit is contained in:
Alexander Frick 2024-11-24 16:51:22 -06:00
parent 0ace29dfe1
commit daa46e988f

View file

@ -154,7 +154,7 @@ index fe2ce670da340..2d4493a3800c6 100644
BASE_EXPORT int GetMinLogLevel();
+// For Thorium --verbose flag
+BASE_EXPORT int IsVerbose();
+BASE_EXPORT bool IsVerbose();
+
// Used by LOG_IS_ON to lazy-evaluate stream arguments.
BASE_EXPORT bool ShouldCreateLogMessage(int severity);