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

Unified Diff: chrome/common/render_messages.h

Issue 1129103003: Log messages regarding why app banners aren't displayed to the console (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing code health and style issues Created 5 years, 7 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
Index: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 9fbca7a054ed970f334c85fe1b07655c89fe3b53..287b47e0c044121044e879150c93ff67ad336f43 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -462,6 +462,11 @@ IPC_MESSAGE_ROUTED2(ChromeViewMsg_AppBannerAccepted,
IPC_MESSAGE_ROUTED1(ChromeViewMsg_AppBannerDismissed,
int32_t /* request_id */)
+// Asks the renderer to log a debug message to console regarding an
+// app banner.
+IPC_MESSAGE_ROUTED1(ChromeViewMsg_AppBannerDebugMessageRequest,
+ std::string /* message */)
+
// Notification that the page has an OpenSearch description document
// associated with it.
IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_PageHasOSDD,

Powered by Google App Engine
This is Rietveld 408576698