summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_localization_peer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/extension_localization_peer.cc')
-rw-r--r--chrome/common/extensions/extension_localization_peer.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/extensions/extension_localization_peer.cc b/chrome/common/extensions/extension_localization_peer.cc
index 06e0317..e04bd0b 100644
--- a/chrome/common/extensions/extension_localization_peer.cc
+++ b/chrome/common/extensions/extension_localization_peer.cc
@@ -90,10 +90,6 @@ void ExtensionLocalizationPeer::OnCompletedRequest(
original_peer_->OnCompletedRequest(status, security_info, completion_time);
}
-GURL ExtensionLocalizationPeer::GetURLForDebugging() const {
- return original_peer_->GetURLForDebugging();
-}
-
void ExtensionLocalizationPeer::ReplaceMessages() {
if (!message_sender_ || data_.empty())
return;