Chromium Code Reviews| Index: webkit/glue/webdevtoolsagent_impl.h |
| =================================================================== |
| --- webkit/glue/webdevtoolsagent_impl.h (revision 19804) |
| +++ webkit/glue/webdevtoolsagent_impl.h (working copy) |
| @@ -101,6 +101,7 @@ |
| // for matching rules. |
| v8::Persistent<v8::Context> utility_context_; |
| OwnPtr<BoundObject> devtools_agent_host_; |
| + std::string report_frame_navigate_url_; |
| DISALLOW_COPY_AND_ASSIGN(WebDevToolsAgentImpl); |
| }; |