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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2389133008: Mash: Replaces "exe:chrome" with "service:content_browser" (Closed)
Patch Set: Created 4 years, 2 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/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 831a7f8b23fee2df4da4a04da6f3af4b4547a3d4..add869ad71cf250be72ded58f99b22b3db083c23 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -3059,6 +3059,8 @@ ChromeContentBrowserClient::GetServiceManifestOverlay(
id = IDR_CHROME_CONTENT_BROWSER_MANIFEST_OVERLAY;
else if (name == content::kGpuMojoApplicationName)
id = IDR_CHROME_CONTENT_GPU_MANIFEST_OVERLAY;
+ else if (name == content::kRendererMojoApplicationName)
+ id = IDR_CHROME_CONTENT_RENDERER_MANIFEST_OVERLAY;
else if (name == content::kUtilityMojoApplicationName)
id = IDR_CHROME_CONTENT_UTILITY_MANIFEST_OVERLAY;
if (id == -1)

Powered by Google App Engine
This is Rietveld 408576698