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

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: Follow review 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') | no next file with comments »
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..a6caf98dbc8f97c56c801b8e04b170e51fe0218b 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");
} 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698