Index: chrome/browser/renderer_host/render_view_host.h |
=================================================================== |
--- chrome/browser/renderer_host/render_view_host.h (revision 26719) |
+++ chrome/browser/renderer_host/render_view_host.h (working copy) |
@@ -378,7 +378,8 @@ |
void MultiFilesSelected(const std::vector<FilePath>& files); |
// Notifies the RenderViewHost that its load state changed. |
- void LoadStateChanged(const GURL& url, net::LoadState load_state); |
+ void LoadStateChanged(const GURL& url, net::LoadState load_state, |
+ uint64 upload_position, uint64 upload_size); |
bool SuddenTerminationAllowed() const; |
void set_sudden_termination_allowed(bool enabled) { |