Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10011)

Unified Diff: chrome/renderer/chrome_content_renderer_client.cc

Issue 2465253005: Fix 'Load image' context menu item (Closed)
Patch Set: fix dependent patchset Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/renderer/chrome_content_renderer_client_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/chrome_content_renderer_client.cc
diff --git a/chrome/renderer/chrome_content_renderer_client.cc b/chrome/renderer/chrome_content_renderer_client.cc
index 0a89b4d677a78b9a6691e90a11d319e1d3c56beb..6f5c8d84b468a54ceb029d5c33e171aa2df32ae3 100644
--- a/chrome/renderer/chrome_content_renderer_client.cc
+++ b/chrome/renderer/chrome_content_renderer_client.cc
@@ -1360,7 +1360,7 @@ void ChromeContentRendererClient::AddImageContextMenuProperties(
std::map<std::string, std::string>* properties) {
DCHECK(properties);
WebString header_key(ASCIIToUTF16(
- data_reduction_proxy::chrome_proxy_header()));
+ data_reduction_proxy::chrome_proxy_content_transform_header()));
if (!response.httpHeaderField(header_key).isNull() &&
data_reduction_proxy::IsEmptyImagePreview(
response.httpHeaderField(header_key).utf8())) {
« no previous file with comments | « no previous file | chrome/renderer/chrome_content_renderer_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698