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

Unified Diff: chrome/renderer/chrome_render_frame_observer.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: Adding a full stop to the end of a comment 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
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/renderer/chrome_render_frame_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/chrome_render_frame_observer.h
diff --git a/chrome/renderer/chrome_render_frame_observer.h b/chrome/renderer/chrome_render_frame_observer.h
index 5db7d4a311b6bcd5f8c6049319396d215cfd61c2..83cce6a06428b78d4fbdd98b91bf88655ab523f9 100644
--- a/chrome/renderer/chrome_render_frame_observer.h
+++ b/chrome/renderer/chrome_render_frame_observer.h
@@ -31,6 +31,7 @@ class ChromeRenderFrameObserver : public content::RenderFrameObserver {
const gfx::Size& thumbnail_max_size_pixels);
void OnPrintNodeUnderContextMenu();
void OnAppBannerPromptRequest(int request_id, const std::string& platform);
+ void OnAppBannerDebugMessageRequest(const std::string& message);
DISALLOW_COPY_AND_ASSIGN(ChromeRenderFrameObserver);
};
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/renderer/chrome_render_frame_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698