summaryrefslogtreecommitdiffstats
path: root/chrome/common/resource_response.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/resource_response.h')
-rw-r--r--chrome/common/resource_response.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/resource_response.h b/chrome/common/resource_response.h
index a5284df..c9cbada 100644
--- a/chrome/common/resource_response.h
+++ b/chrome/common/resource_response.h
@@ -22,11 +22,6 @@ struct ResourceResponseHead : webkit_glue::ResourceResponseInfo {
// The response status.
net::URLRequestStatus status;
-
- // Whether we should apply a filter to this resource that replaces
- // localization templates with the appropriate localized strings. This is set
- // for CSS resources used by extensions.
- bool replace_extension_localization_templates;
};
// Parameters for a synchronous resource response.