Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Unified Diff: third_party/WebKit/public/web/WebDevToolsAgentClient.h

Issue 2388103002: reflow comments in public/web (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/public/web/WebDevToolsAgentClient.h
diff --git a/third_party/WebKit/public/web/WebDevToolsAgentClient.h b/third_party/WebKit/public/web/WebDevToolsAgentClient.h
index 3650d5fff1b14dd498529d639adf9ec5c4161010..e00795bb098d5171cd149abbf4c5395dc06465aa 100644
--- a/third_party/WebKit/public/web/WebDevToolsAgentClient.h
+++ b/third_party/WebKit/public/web/WebDevToolsAgentClient.h
@@ -42,8 +42,9 @@ struct WebDeviceEmulationParams;
class WebDevToolsAgentClient {
public:
- // Sends response message over the protocol, update agent state on the browser side for
- // potential re-attach. |callId| for notifications is 0, |state| for notifications is empty.
+ // Sends response message over the protocol, update agent state on the browser
+ // side for potential re-attach. |callId| for notifications is 0, |state| for
+ // notifications is empty.
virtual void sendProtocolMessage(int sessionId,
int callId,
const WebString& response,
@@ -55,7 +56,8 @@ class WebDevToolsAgentClient {
// Returns unique identifier of the entity within process.
virtual int debuggerId() { return -1; }
- // Resume the inspected renderer that is waiting for DevTools front-end to initialize its state.
+ // Resume the inspected renderer that is waiting for DevTools front-end to
+ // initialize its state.
virtual void resumeStartup() {}
class WebKitClientMessageLoop {
« no previous file with comments | « third_party/WebKit/public/web/WebContextMenuData.h ('k') | third_party/WebKit/public/web/WebDevToolsFrontend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698