| Index: chrome/browser/task_manager.cc
|
| ===================================================================
|
| --- chrome/browser/task_manager.cc (revision 34146)
|
| +++ chrome/browser/task_manager.cc (working copy)
|
| @@ -770,12 +770,12 @@
|
| }
|
|
|
| void TaskManagerModel::OnJobDone(URLRequestJob* job,
|
| - const URLRequestStatus& status) {
|
| + const URLRequestStatus& status) {
|
| }
|
|
|
| void TaskManagerModel::OnJobRedirect(URLRequestJob* job,
|
| - const GURL& location,
|
| - int status_code) {
|
| + const GURL& location,
|
| + int status_code) {
|
| }
|
|
|
| void TaskManagerModel::OnBytesRead(URLRequestJob* job, int byte_count) {
|
|
|