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

Unified Diff: third_party/WebKit/public/platform/WebURLLoaderMockFactory.h

Issue 2387113002: reflow comments in public/platform/ (Closed)
Patch Set: nit 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/platform/WebURLLoaderMockFactory.h
diff --git a/third_party/WebKit/public/platform/WebURLLoaderMockFactory.h b/third_party/WebKit/public/platform/WebURLLoaderMockFactory.h
index ed835732bd53ab05b8659362f442d0d559a94b14..ea133c02ac124b122317e9b623a39c1da97ee6f2 100644
--- a/third_party/WebKit/public/platform/WebURLLoaderMockFactory.h
+++ b/third_party/WebKit/public/platform/WebURLLoaderMockFactory.h
@@ -53,7 +53,8 @@ class WebURLLoaderMockFactory {
// FrameTestHelpers instead.
virtual void serveAsynchronousRequests() = 0;
- // Set a delegate that allows callbacks for all WebURLLoaderClients to be intercepted.
+ // Set a delegate that allows callbacks for all WebURLLoaderClients to be
+ // intercepted.
virtual void setLoaderDelegate(WebURLLoaderTestDelegate*) = 0;
};
« no previous file with comments | « third_party/WebKit/public/platform/WebURLLoaderClient.h ('k') | third_party/WebKit/public/platform/WebURLRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698