We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d9f3cb + f30e9ba commit 05cf680Copy full SHA for 05cf680
src/browser/shell_devtools_manager_delegate.cc
@@ -23,7 +23,7 @@
23
#include "content/public/common/url_constants.h"
24
#include "content/public/common/user_agent.h"
25
#include "content/nw/src/nw_shell.h"
26
-#include "grit/shell_resources.h"
+#include "grit/nw_resources.h"
27
#include "net/socket/tcp_server_socket.h"
28
#include "ui/base/resource/resource_bundle.h"
29
@@ -202,7 +202,7 @@ std::string ShellDevToolsDelegate::GetDiscoveryPageHTML() {
202
return std::string();
203
#else
204
return ResourceBundle::GetSharedInstance().GetRawDataResource(
205
- IDR_CONTENT_SHELL_DEVTOOLS_DISCOVERY_PAGE).as_string();
+ IDR_NW_DEVTOOLS_DISCOVERY_PAGE).as_string();
206
#endif
207
}
208
0 commit comments