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

Unified Diff: third_party/WebKit/public/platform/WebPrerenderingSupport.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/WebPrerenderingSupport.h
diff --git a/third_party/WebKit/public/platform/WebPrerenderingSupport.h b/third_party/WebKit/public/platform/WebPrerenderingSupport.h
index cf11f1bf8c912de87e78c6de500133a6635850cc..632ebf70efc570d16acf002f75bca0213984ff71 100644
--- a/third_party/WebKit/public/platform/WebPrerenderingSupport.h
+++ b/third_party/WebKit/public/platform/WebPrerenderingSupport.h
@@ -49,9 +49,10 @@ class WebPrerenderingSupport {
// A prerender is canceled when it is removed from a document.
virtual void cancel(const WebPrerender&) = 0;
- // A prerender is abandoned when it's navigated away from or suspended in the page cache. This
- // is a weaker signal than cancel(), since the launcher hasn't indicated that the prerender isn't
- // wanted, and we may end up using it after, for instance, a short redirect chain.
+ // A prerender is abandoned when it's navigated away from or suspended in the
+ // page cache. This is a weaker signal than cancel(), since the launcher
+ // hasn't indicated that the prerender isn't wanted, and we may end up using
+ // it after, for instance, a short redirect chain.
virtual void abandon(const WebPrerender&) = 0;
protected:
« no previous file with comments | « third_party/WebKit/public/platform/WebPrerender.h ('k') | third_party/WebKit/public/platform/WebRTCCertificate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698