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

Unified Diff: content/shell/utility/shell_content_utility_client.cc

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/shell/browser/shell_content_browser_client.cc ('k') | content/test/data/web_ui_mojo_shell_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/utility/shell_content_utility_client.cc
diff --git a/content/shell/utility/shell_content_utility_client.cc b/content/shell/utility/shell_content_utility_client.cc
index a9819eee79834fb99eebcf79d4a4b9a595144168..91e932d3d1a9e14c04f4d993a69426bb42c0d774 100644
--- a/content/shell/utility/shell_content_utility_client.cc
+++ b/content/shell/utility/shell_content_utility_client.cc
@@ -25,7 +25,7 @@ ShellContentUtilityClient::~ShellContentUtilityClient() {
void ShellContentUtilityClient::RegisterMojoApplications(
StaticMojoApplicationMap* apps) {
apps->insert(
- std::make_pair(GURL(kTestMojoAppUrl), base::Bind(&CreateTestApp)));
+ std::make_pair(kTestMojoAppUrl, base::Bind(&CreateTestApp)));
}
} // namespace content
« no previous file with comments | « content/shell/browser/shell_content_browser_client.cc ('k') | content/test/data/web_ui_mojo_shell_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698