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:
Marshall Greenblatt
2013-11-25 23:21:32 +00:00
parent 3d218e4442
commit 4e58096051
7 changed files with 0 additions and 495 deletions

View File

@@ -27,7 +27,6 @@ class BrowserContext;
namespace scheme {
extern const char kChromeURL[];
extern const char kChromeProcessMessage[];
// Register the chrome scheme handler.
void RegisterChromeHandler();
@@ -40,10 +39,6 @@ bool WillHandleBrowserAboutURL(GURL* url,
void DidFinishChromeLoad(CefRefPtr<CefFrame> frame,
const GURL& validated_url);
// Used to execute messages from render process bindings.
void OnChromeProcessMessage(CefRefPtr<CefBrowser> browser,
const base::ListValue& arguments);
// Create a new ProtocolHandler that will filter the URLs passed to the default
// "chrome" protocol handler and forward the rest to CEF's handler.
scoped_ptr<net::URLRequestJobFactory::ProtocolHandler>