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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2464693004: Fix mojom::ResourceUsageReporter exposure via content child capabilities (Closed)
Patch Set: . 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 | « chrome/browser/browser_resources.grd ('k') | chrome/browser/chrome_content_gpu_manifest_overlay.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 33957fab1044b8068b2730bd2610a3021f444d19..bf57e9244712c128072a09372f3a65a50466bdbc 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -3018,6 +3018,8 @@ ChromeContentBrowserClient::GetServiceManifestOverlay(
id = IDR_CHROME_CONTENT_BROWSER_MANIFEST_OVERLAY;
else if (name == content::kGpuServiceName)
id = IDR_CHROME_CONTENT_GPU_MANIFEST_OVERLAY;
+ else if (name == content::kPluginServiceName)
+ id = IDR_CHROME_CONTENT_PLUGIN_MANIFEST_OVERLAY;
else if (name == content::kRendererServiceName)
id = IDR_CHROME_CONTENT_RENDERER_MANIFEST_OVERLAY;
else if (name == content::kUtilityServiceName)
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/chrome_content_gpu_manifest_overlay.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698