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

Unified Diff: sky/tools/debugger/debugger.h

Issue 875183002: Make it possible to pass a default url to sky_debugger (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | sky/tools/debugger/debugger.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/debugger/debugger.h
diff --git a/sky/tools/debugger/debugger.h b/sky/tools/debugger/debugger.h
index d7412a257e94bed6de64a84aa0ae77a0dda76063..5f8904a4f547f00df657d3486e1a23995622d7cd 100644
--- a/sky/tools/debugger/debugger.h
+++ b/sky/tools/debugger/debugger.h
@@ -69,8 +69,11 @@ class SkyDebugger : public mojo::ApplicationDelegate,
scoped_ptr<window_manager::WindowManagerApp> window_manager_app_;
+ // TODO(eseidel): This is per-embedding state and should be separate
+ // from the ApplicationDelegate!
mojo::View* root_;
mojo::View* content_;
+ std::string default_url_;
std::string pending_url_;
mojo::ServiceProviderPtr viewer_services_;
« no previous file with comments | « no previous file | sky/tools/debugger/debugger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698