| Index: content/renderer/render_view_impl.h
|
| ===================================================================
|
| --- content/renderer/render_view_impl.h (revision 148651)
|
| +++ content/renderer/render_view_impl.h (working copy)
|
| @@ -979,6 +979,9 @@
|
| void OnSetZoomLevelForLoadingURL(const GURL& url, double zoom_level);
|
| void OnExitFullscreen();
|
| void OnShouldClose();
|
| +#if defined(OS_MACOSX)
|
| + void OnSpeakSelection();
|
| +#endif
|
| void OnStop();
|
| void OnStopFinding(content::StopFindAction action);
|
| CONTENT_EXPORT void OnSwapOut(const ViewMsg_SwapOut_Params& params);
|
|
|