| Index: chrome/common/extensions/extension_localization_peer.h
|
| diff --git a/chrome/common/extensions/extension_localization_peer.h b/chrome/common/extensions/extension_localization_peer.h
|
| index 1784b6439116fa8ea170fa05645255d72352c398..c58fb4203f97526252aa3cd653029c5f2ca7f9b7 100644
|
| --- a/chrome/common/extensions/extension_localization_peer.h
|
| +++ b/chrome/common/extensions/extension_localization_peer.h
|
| @@ -44,6 +44,7 @@ class ExtensionLocalizationPeer
|
| int encoded_data_length) OVERRIDE;
|
| virtual void OnCompletedRequest(
|
| const net::URLRequestStatus& status,
|
| + bool handled_externally,
|
| const std::string& security_info,
|
| const base::TimeTicks& completion_time) OVERRIDE;
|
|
|
|
|