Index: content/public/browser/web_contents_delegate.h |
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h |
index 575d0d11b0b75ea80a6bed275f6fc3808f1ddc9a..b31ff53a03445c63ed59f736cecae7e7d3573fc2 100644 |
--- a/content/public/browser/web_contents_delegate.h |
+++ b/content/public/browser/web_contents_delegate.h |
@@ -121,8 +121,7 @@ class CONTENT_EXPORT WebContentsDelegate { |
// Notifies the delegate that the page has made some progress loading. |
// |progress| is a value between 0.0 (nothing loaded) to 1.0 (page fully |
// loaded). |
- virtual void LoadProgressChanged(WebContents* source, |
- double progress) {} |
+ virtual void LoadProgressChanged(WebContents* source, double progress) {} |
#endif |
// Request the delegate to close this web contents, and do whatever cleanup |