| Index: chrome/browser/chrome_plugin_host.cc
|
| ===================================================================
|
| --- chrome/browser/chrome_plugin_host.cc (revision 42417)
|
| +++ chrome/browser/chrome_plugin_host.cc (working copy)
|
| @@ -656,7 +656,8 @@
|
|
|
| if (!length) length = kuint64max;
|
| FilePath path(FilePath::FromWStringHack(UTF8ToWide(filepath)));
|
| - handler->request()->AppendFileRangeToUpload(path, offset, length);
|
| + handler->request()->AppendFileRangeToUpload(path, offset, length,
|
| + base::Time());
|
| return CPERR_SUCCESS;
|
| }
|
|
|
|
|