From a3f85a93a0480677d547c7ea5f343018ee0fb03a Mon Sep 17 00:00:00 2001 From: Robo Date: Sat, 12 Dec 2015 10:56:47 +0530 Subject: [PATCH] fix value of IDR_CONTENT_SHELL_DEVTOOLS_DISCOVERY_PAGE --- brightray/browser/devtools_manager_delegate.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brightray/browser/devtools_manager_delegate.cc b/brightray/browser/devtools_manager_delegate.cc index 4e36d204bf7d..fdd0a0225ff1 100644 --- a/brightray/browser/devtools_manager_delegate.cc +++ b/brightray/browser/devtools_manager_delegate.cc @@ -38,7 +38,7 @@ namespace { // A hack here: // Copy from grit/shell_resources.h of chromium repository // since libcontentchromium doesn't expose content_shell resources. -const int kIDR_CONTENT_SHELL_DEVTOOLS_DISCOVERY_PAGE = 25500; +const int kIDR_CONTENT_SHELL_DEVTOOLS_DISCOVERY_PAGE = 25150; class TCPServerSocketFactory : public devtools_http_handler::DevToolsHttpHandler::ServerSocketFactory {