Chromium Code Reviews| Index: public/web/WebDevToolsAgentClient.h |
| diff --git a/public/web/WebDevToolsAgentClient.h b/public/web/WebDevToolsAgentClient.h |
| index e7554a4f6002e117455e990e45712e6e52258c08..192fca3035d415497d8a785fc039dc3c867b3752 100644 |
| --- a/public/web/WebDevToolsAgentClient.h |
| +++ b/public/web/WebDevToolsAgentClient.h |
| @@ -60,6 +60,8 @@ public: |
| virtual void quitNow() = 0; |
| }; |
| virtual WebKitClientMessageLoop* createClientMessageLoop() { return 0; } |
| + virtual void willEnterModalLoop() { } |
|
yurys
2014/05/19 07:44:42
Maybe willEnterDebugLoop?
dgozman
2014/05/19 09:55:49
Done.
|
| + virtual void didExitModalLoop() { } |
| class AllocatedObjectVisitor { |
| public: |