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

Unified Diff: chromecast/browser/cast_content_browser_client.cc

Issue 2501913002: Change the NaCl loader and broker processes to use the ServiceManager. (Closed)
Patch Set: Created 4 years 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: chromecast/browser/cast_content_browser_client.cc
diff --git a/chromecast/browser/cast_content_browser_client.cc b/chromecast/browser/cast_content_browser_client.cc
index 071298b58770fdbb8fc71f20a27eb3f8b7ad75e5..9b3dce532f1f4a753c07ea3911e575d06035489d 100644
--- a/chromecast/browser/cast_content_browser_client.cc
+++ b/chromecast/browser/cast_content_browser_client.cc
@@ -445,7 +445,7 @@ void CastContentBrowserClient::RegisterInProcessServices(
std::unique_ptr<base::Value>
CastContentBrowserClient::GetServiceManifestOverlay(
- const std::string& service_name) {
+ base::StringPiece service_name) {
ResourceBundle& rb = ResourceBundle::GetSharedInstance();
if (service_name != content::mojom::kBrowserServiceName)
return nullptr;

Powered by Google App Engine
This is Rietveld 408576698