mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Remove the old (non-functional) about:tracing implementation. A new implementation is required due to Chromium changes (issue #1146).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1533 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@ -2120,8 +2120,6 @@ void CefBrowserHostImpl::OnRequest(const Cef_Request_Params& params) {
|
||||
message.get());
|
||||
message->Detach(NULL);
|
||||
}
|
||||
} else if (params.name == scheme::kChromeProcessMessage) {
|
||||
scheme::OnChromeProcessMessage(this, params.arguments);
|
||||
} else {
|
||||
// Invalid request.
|
||||
NOTREACHED();
|
||||
|
Reference in New Issue
Block a user