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

Unified Diff: examples/window_manager/debug_panel.cc

Issue 701933004: Change mojo url to always use mojo:foo instead of mojo://foo (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Remove calls to AddStandardScheme Created 6 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 | « no previous file | mojo/apps/js/main.js » ('j') | sky/framework/xmlhttprequest.sky » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/window_manager/debug_panel.cc
diff --git a/examples/window_manager/debug_panel.cc b/examples/window_manager/debug_panel.cc
index 0c75682e75df676226b2fafab730decb37eb5296..b69395632d809f99ee22928ee79b3c9db2cfb566 100644
--- a/examples/window_manager/debug_panel.cc
+++ b/examples/window_manager/debug_panel.cc
@@ -120,7 +120,7 @@ void DebugPanel::Layout(views::View* view) {
void DebugPanel::ButtonPressed(views::Button* sender, const ui::Event& event) {
if (sender == colored_square_) {
- Navigate("mojo://embedded_app/");
+ Navigate("mojo:embedded_app/");
abarth-chromium 2014/11/05 18:15:01 Why the trailing / ?
qsr 2014/11/05 18:22:21 Existing beforehands. Removed. Thanks.
} else if (sender == close_last_) {
delegate_->CloseTopWindow();
} else if (sender == cross_app_) {
« no previous file with comments | « no previous file | mojo/apps/js/main.js » ('j') | sky/framework/xmlhttprequest.sky » ('J')

Powered by Google App Engine
This is Rietveld 408576698