| Index: chrome/renderer/devtools_agent.h
|
| ===================================================================
|
| --- chrome/renderer/devtools_agent.h (revision 74235)
|
| +++ chrome/renderer/devtools_agent.h (working copy)
|
| @@ -10,7 +10,6 @@
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| -#include "chrome/common/devtools_messages.h"
|
| #include "chrome/renderer/render_view_observer.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsAgentClient.h"
|
|
|
| @@ -20,6 +19,8 @@
|
|
|
| struct DevToolsMessageData;
|
|
|
| +typedef std::map<std::string, std::string> DevToolsRuntimeProperties;
|
| +
|
| // DevToolsAgent belongs to the inspectable RenderView and provides Glue's
|
| // agents with the communication capabilities. All messages from/to Glue's
|
| // agents infrastructure are flowing through this communication agent.
|
|
|