| Index: content/shell/browser/shell_devtools_manager_delegate.cc
|
| diff --git a/content/shell/browser/shell_devtools_manager_delegate.cc b/content/shell/browser/shell_devtools_manager_delegate.cc
|
| index 8ae3a2e9873a797644bc5aab60d9200c69683461..80c37a04ab8811b25027230c4fc71be1dcefe7ec 100644
|
| --- a/content/shell/browser/shell_devtools_manager_delegate.cc
|
| +++ b/content/shell/browser/shell_devtools_manager_delegate.cc
|
| @@ -38,7 +38,7 @@ namespace {
|
|
|
| #if defined(OS_ANDROID)
|
| const char kFrontEndURL[] =
|
| - "http://chrome-devtools-frontend.appspot.com/serve_rev/%s/devtools.html";
|
| + "http://chrome-devtools-frontend.appspot.com/serve_rev/%s/inspector.html";
|
| #endif
|
| const char kTargetTypePage[] = "page";
|
| const char kTargetTypeServiceWorker[] = "service_worker";
|
|
|