mirror of
https://github.com/electron/electron.git
synced 2026-02-01 18:55:08 -05:00
fix value of IDR_CONTENT_SHELL_DEVTOOLS_DISCOVERY_PAGE
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user