Chromium Code Reviews| Index: content/public/common/resource_response.h |
| diff --git a/content/public/common/resource_response.h b/content/public/common/resource_response.h |
| index b6c4eaad77765adeb0d2d4f4fe7b62d8e48c2113..7d835527a72c359965b8592c1f285413ba0e3c6c 100644 |
| --- a/content/public/common/resource_response.h |
| +++ b/content/public/common/resource_response.h |
| @@ -34,6 +34,8 @@ struct SyncLoadResult : ResourceResponseHead { |
| // The final URL after any redirects. |
| GURL final_url; |
| + bool handled_externally; |
| + |
| // The response data. |
| std::string data; |
| }; |