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: |