summaryrefslogtreecommitdiffstats
path: root/chrome/browser/banners/app_banner_debug_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/banners/app_banner_debug_log.h')
-rw-r--r--chrome/browser/banners/app_banner_debug_log.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/browser/banners/app_banner_debug_log.h b/chrome/browser/banners/app_banner_debug_log.h
index c5767c8..0d07908 100644
--- a/chrome/browser/banners/app_banner_debug_log.h
+++ b/chrome/browser/banners/app_banner_debug_log.h
@@ -25,6 +25,7 @@ extern const char kUserNavigatedBeforeBannerShown[];
extern const char kStartURLNotValid[];
extern const char kManifestMissingNameOrShortName[];
extern const char kManifestMissingSuitableIcon[];
+extern const char kNotLoadedInMainFrame[];
extern const char kNotServedFromSecureOrigin[];
extern const char kIgnoredNotSupportedOnAndroid[];
extern const char kIgnoredNoId[];
@@ -33,12 +34,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