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

Unified Diff: third_party/WebKit/public/platform/WebApplicationCacheHost.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/WebApplicationCacheHost.h
diff --git a/third_party/WebKit/public/platform/WebApplicationCacheHost.h b/third_party/WebKit/public/platform/WebApplicationCacheHost.h
index ce1bb3372c60cd40d172d683a8d32ddadae5c704..dcf4090be98cabfaa34910d7a78f6ee7aa8fe1f8 100644
--- a/third_party/WebKit/public/platform/WebApplicationCacheHost.h
+++ b/third_party/WebKit/public/platform/WebApplicationCacheHost.h
@@ -80,9 +80,10 @@ class WebApplicationCacheHost {
const WebApplicationCacheHost* spawningHost) {}
virtual void willStartSubResourceRequest(WebURLRequest&) {}
- // One or the other selectCache methods is called after having parsed the <html> tag.
- // The latter returns false if the current document has been identified as a "foreign"
- // entry, in which case the frame navigation will be restarted by webkit.
+ // One or the other selectCache methods is called after having parsed the
+ // <html> tag. The latter returns false if the current document has been
+ // identified as a "foreign" entry, in which case the frame navigation will be
+ // restarted by webkit.
virtual void selectCacheWithoutManifest() {}
virtual bool selectCacheWithManifest(const WebURL& manifestURL) {
return true;

Powered by Google App Engine
This is Rietveld 408576698