| Index: content/renderer/render_view.h
|
| ===================================================================
|
| --- content/renderer/render_view.h (revision 91391)
|
| +++ content/renderer/render_view.h (working copy)
|
| @@ -779,6 +779,7 @@
|
| const WebKit::WebMediaPlayerAction& action);
|
| void OnMoveOrResizeStarted();
|
| void OnNavigate(const ViewMsg_Navigate_Params& params);
|
| + void OnNetworkStateChanged(bool online);
|
| void OnPaste();
|
| #if defined(OS_MACOSX)
|
| void OnPluginImeCompositionCompleted(const string16& text, int plugin_id);
|
|
|