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

Unified Diff: chrome/common/render_messages.h

Issue 1396293003: Use RenderFrameHost::AddMessageToConsole for app banner debug logging. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « chrome/browser/banners/app_banner_debug_log.cc ('k') | chrome/renderer/chrome_render_frame_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index ec6025cd94e5a5b5aad25daabff1224ddf0f2d68..8dd3bef1dac7ddf8fa25fb5bb0b872e56bf69153 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -435,11 +435,6 @@ 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,
« no previous file with comments | « chrome/browser/banners/app_banner_debug_log.cc ('k') | chrome/renderer/chrome_render_frame_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698