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

Unified Diff: content/renderer/pepper/pepper_plugin_delegate_impl.h

Issue 9473001: Extract minimal RenderViewHost interface for embedders, leaving (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for initial review. Created 8 years, 10 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: content/renderer/pepper/pepper_plugin_delegate_impl.h
diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h
index e5b6ad40c9f762ebf93262ea8c6f055d6dd80b13..e8164c0e84ee3be319cf4a92a552a21caf3970cd 100644
--- a/content/renderer/pepper/pepper_plugin_delegate_impl.h
+++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h
@@ -387,7 +387,7 @@ class PepperPluginDelegateImpl
const PP_NetAddress_Private& local_addr,
const PP_NetAddress_Private& remote_addr);
- CONTENT_EXPORT int GetRoutingId() const;
+ CONTENT_EXPORT int GetRoutingID() const;
typedef base::Callback<void (int /* request_id */,
bool /* succeeded */,

Powered by Google App Engine
This is Rietveld 408576698