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

Unified Diff: chrome/renderer/chrome_content_renderer_client.h

Issue 1105263004: "Load image" context menu item to reload a LoFi image. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments Created 5 years, 7 months 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
Index: chrome/renderer/chrome_content_renderer_client.h
diff --git a/chrome/renderer/chrome_content_renderer_client.h b/chrome/renderer/chrome_content_renderer_client.h
index 36468cb66de0a47d9155acf393147dc1918f8606..f460c76c0d0bb1de2937eee49a5d8f7e4e3fcffb 100644
--- a/chrome/renderer/chrome_content_renderer_client.h
+++ b/chrome/renderer/chrome_content_renderer_client.h
@@ -5,6 +5,7 @@
#ifndef CHROME_RENDERER_CHROME_CONTENT_RENDERER_CLIENT_H_
#define CHROME_RENDERER_CHROME_CONTENT_RENDERER_CLIENT_H_
+#include <map>
#include <set>
#include <string>
#include <vector>
@@ -150,6 +151,9 @@ class ChromeContentRendererClient : public content::ContentRendererClient {
void RecordRappor(const std::string& metric,
const std::string& sample) override;
void RecordRapporURL(const std::string& metric, const GURL& url) override;
+ void AddContextMenuProperties(
+ const blink::WebURLResponse& response,
+ std::map<std::string, std::string>* properties) override;
#if defined(ENABLE_EXTENSIONS)
// Takes ownership.

Powered by Google App Engine
This is Rietveld 408576698