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

Unified Diff: content/renderer/render_view_impl.h

Issue 8383001: Add ENABLE_JAVA_BRIDGE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 7b5e7d6e5db68d43aa68e32a94f97b45c97c400d..3363bf909217329c3ff966122d9f67ff9c2a0407 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -864,7 +864,9 @@ class RenderViewImpl : public RenderWidget,
void OnZoom(PageZoom::Function function);
void OnEnableViewSourceMode();
+#if defined(ENABLE_JAVA_BRIDGE)
jam 2011/10/24 17:43:21 nit: it's better to have as few ifdefs as possible
void OnJavaBridgeInit(const IPC::ChannelHandle& channel_handle);
+#endif
// Adding a new message handler? Please add it in alphabetical order above
// and put it in the same position in the .cc file.

Powered by Google App Engine
This is Rietveld 408576698