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

Unified Diff: content/public/utility/content_utility_client.h

Issue 1743473002: Change Mojo URLs to structured names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@18collapse
Patch Set: . Created 4 years, 10 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
« no previous file with comments | « content/public/test/test_mojo_service.mojom ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/utility/content_utility_client.h
diff --git a/content/public/utility/content_utility_client.h b/content/public/utility/content_utility_client.h
index 6ac42dbecd0dc8884bd7f809df887badd2c6d9dc..299974a6436fd4366c1eac5bc23a63505e809e79 100644
--- a/content/public/utility/content_utility_client.h
+++ b/content/public/utility/content_utility_client.h
@@ -25,7 +25,7 @@ class ServiceRegistry;
class CONTENT_EXPORT ContentUtilityClient {
public:
using StaticMojoApplicationMap =
- std::map<GURL, base::Callback<scoped_ptr<mojo::ShellClient>()>>;
+ std::map<std::string, base::Callback<scoped_ptr<mojo::ShellClient>()>>;
virtual ~ContentUtilityClient() {}
« no previous file with comments | « content/public/test/test_mojo_service.mojom ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698