Chromium Code Reviews| Index: content/child/request_info.cc |
| diff --git a/content/child/request_info.cc b/content/child/request_info.cc |
| index cd3ca217b74e772b643ec957bad1a72dfe2f10b4..33069f50ab34bcb6549cb3c17d1e6524b7db7d45 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), |
| + skip_service_worker(false), |
| enable_load_timing(false), |
| extra_data(NULL) { |
| } |