mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
CEF3: Update to Chromium revision 130586.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@578 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -14,12 +14,12 @@
|
||||
|
||||
CefDevToolsDelegate::CefDevToolsDelegate(
|
||||
int port,
|
||||
net::URLRequestContextGetter* context_getter)
|
||||
: context_getter_(context_getter) {
|
||||
net::URLRequestContextGetter* context_getter) {
|
||||
devtools_http_handler_ = content::DevToolsHttpHandler::Start(
|
||||
"127.0.0.1",
|
||||
port,
|
||||
"",
|
||||
context_getter,
|
||||
this);
|
||||
}
|
||||
|
||||
@@ -36,11 +36,6 @@ std::string CefDevToolsDelegate::GetDiscoveryPageHTML() {
|
||||
IDR_CEF_DEVTOOLS_DISCOVERY_PAGE).as_string();
|
||||
}
|
||||
|
||||
net::URLRequestContext*
|
||||
CefDevToolsDelegate::GetURLRequestContext() {
|
||||
return context_getter_->GetURLRequestContext();
|
||||
}
|
||||
|
||||
bool CefDevToolsDelegate::BundlesFrontendResources() {
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user