Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Make web contents debugging always enabled (as in Chrome)
Browse files Browse the repository at this point in the history
Bug: 8691809

Change-Id: Icef9d796a99f3dbca2a4568d2f71e70bc6e91dd7
  • Loading branch information
Mikhail Naganov committed Sep 23, 2013
1 parent 89be497 commit d6078da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/com/android/browser/BrowserWebViewFactory.java
Expand Up @@ -65,6 +65,9 @@ protected void initWebViewSettings(WebView w) {
// settings
final BrowserSettings s = BrowserSettings.getInstance();
s.startManagingSettings(w.getSettings());

// Remote Web Debugging is always enabled
WebView.setWebContentsDebuggingEnabled(true);
}

}

0 comments on commit d6078da

Please sign in to comment.