fix value of IDR_CONTENT_SHELL_DEVTOOLS_DISCOVERY_PAGE
This commit is contained in:
parent
517db752d7
commit
a3f85a93a0
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue