Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2688 from wuyuehang/XWALK-3080
Browse files Browse the repository at this point in the history
[TIZEN] Runtime has no chance to get remote debug flag
  • Loading branch information
pozdnyakov committed Dec 3, 2014
2 parents f2e37c4 + b5461d4 commit 50e7278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/browser/application.cc
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ bool Application::Launch(const LaunchParams& launch_params) {
auto site = content::SiteInstance::CreateForURL(browser_context_, url);
Runtime* runtime = Runtime::Create(browser_context_, site);
runtime->set_observer(this);
runtime->set_remote_debugging_enabled(remote_debugging_enabled_);
runtimes_.push_back(runtime);
render_process_host_ = runtime->GetRenderProcessHost();
render_process_host_->AddObserver(this);
Expand Down

0 comments on commit 50e7278

Please sign in to comment.