fix value of IDR_CONTENT_SHELL_DEVTOOLS_DISCOVERY_PAGE

This commit is contained in:
Robo 2015-12-12 10:56:47 +05:30
parent 517db752d7
commit a3f85a93a0

View file

@ -38,7 +38,7 @@ namespace {
// A hack here: // A hack here:
// Copy from grit/shell_resources.h of chromium repository // Copy from grit/shell_resources.h of chromium repository
// since libcontentchromium doesn't expose content_shell resources. // 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 class TCPServerSocketFactory
: public devtools_http_handler::DevToolsHttpHandler::ServerSocketFactory { : public devtools_http_handler::DevToolsHttpHandler::ServerSocketFactory {