summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/render_view.h')
-rw-r--r--chrome/renderer/render_view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/renderer/render_view.h b/chrome/renderer/render_view.h
index 7cc65cf..9d8705a 100644
--- a/chrome/renderer/render_view.h
+++ b/chrome/renderer/render_view.h
@@ -47,6 +47,7 @@ class DevToolsAgent;
class DevToolsClient;
class FilePath;
class GURL;
+class ListValue;
class NavigationState;
class PrintWebViewHelper;
class WebFrame;
@@ -544,6 +545,9 @@ class RenderView : public RenderWidget,
webkit_glue::WebAccessibility::OutParams* out_params);
void OnClearAccessibilityInfo(int acc_obj_id, bool clear_all);
+ void OnExtensionMessageInvoke(const std::string& function_name,
+ const ListValue& args);
+
void OnMoveOrResizeStarted();
// Checks if the RenderView should close, runs the beforeunload handler and