Index: chrome/browser/banners/app_banner_debug_log.h |
diff --git a/chrome/browser/banners/app_banner_debug_log.h b/chrome/browser/banners/app_banner_debug_log.h |
index c5767c8a4bd28f74752cdda4929e8a20c8327445..9f9ab084cf477f7d462aa4637523740f7b21af6c 100644 |
--- a/chrome/browser/banners/app_banner_debug_log.h |
+++ b/chrome/browser/banners/app_banner_debug_log.h |
@@ -33,12 +33,14 @@ extern const char kIgnoredIdsDoNotMatch[]; |
// Logs a message to the main console if a banner could not be shown |
// and the engagement checks have been bypassed. |
void OutputDeveloperNotShownMessage(content::WebContents* web_contents, |
- const std::string& message); |
+ const std::string& message, |
+ bool is_debug_mode); |
// Logs a debugging message to the main console if the engagement checks have |
// been bypassed. |
void OutputDeveloperDebugMessage(content::WebContents* web_contents, |
- const std::string& message); |
+ const std::string& message, |
+ bool is_debug_mode); |
} // namespace banners |