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

Unified Diff: content/renderer/render_view_impl.h

Issue 9836131: Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | « content/renderer/pepper/pepper_plugin_delegate_impl.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 9f097ed73ac7f746a130b397c7a23dd1344b8a6f..06f9f89b3a1ef3cee9eb506772b930ec647be698 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -789,12 +789,6 @@ class RenderViewImpl : public RenderWidget,
void OnCancelDownload(int32 download_id);
void OnClearFocusedNode();
void OnClosePage();
-#if defined(ENABLE_FLAPPER_HACKS)
- void OnConnectTcpACK(int request_id,
- IPC::PlatformFileForTransit socket_for_transit,
- const PP_NetAddress_Private& local_addr,
- const PP_NetAddress_Private& remote_addr);
-#endif
void OnContextMenuClosed(
const content::CustomContextMenuContext& custom_context);
void OnCopy();
« no previous file with comments | « content/renderer/pepper/pepper_plugin_delegate_impl.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698