| 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 19bac5baeb74a1889911ebf112e6d8b3002e9a5e..72dc7d41dc04bba3e306a6dde277447f067e57f6 100644
|
| --- a/chrome/renderer/chrome_render_frame_observer.h
|
| +++ b/chrome/renderer/chrome_render_frame_observer.h
|
| @@ -52,8 +52,6 @@ class ChromeRenderFrameObserver : public content::RenderFrameObserver {
|
| int callback_id);
|
| void OnPrintNodeUnderContextMenu();
|
| void OnSetClientSidePhishingDetection(bool enable_phishing_detection);
|
| - void OnAppBannerPromptRequest(int request_id,
|
| - const std::string& platform);
|
|
|
| // Captures page information using the top (main) frame of a frame tree.
|
| // Currently, this page information is just the text content of the all
|
|
|