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

Unified Diff: content/public/browser/web_contents_delegate.h

Issue 11825007: Fix the loading progress bar for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Switch LoadProgressChanged back to android only. Created 7 years, 11 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: 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

Powered by Google App Engine
This is Rietveld 408576698