Chromium Code Reviews| Index: content/child/request_info.cc |
| diff --git a/content/child/request_info.cc b/content/child/request_info.cc |
| index 860b944b59dbf088cb5e2a0900c60ce015becfab..cd3ca217b74e772b643ec957bad1a72dfe2f10b4 100644 |
| --- a/content/child/request_info.cc |
| +++ b/content/child/request_info.cc |
| @@ -17,6 +17,7 @@ RequestInfo::RequestInfo() |
| routing_id(0), |
| download_to_file(false), |
| has_user_gesture(false), |
| + enable_load_timing(false), |
| extra_data(NULL) { |
| } |