diff options
Diffstat (limited to 'content/public/browser/devtools_http_handler_delegate.h')
-rw-r--r-- | content/public/browser/devtools_http_handler_delegate.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/content/public/browser/devtools_http_handler_delegate.h b/content/public/browser/devtools_http_handler_delegate.h index e0f9f5f..0d58702 100644 --- a/content/public/browser/devtools_http_handler_delegate.h +++ b/content/public/browser/devtools_http_handler_delegate.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -9,10 +9,6 @@ #include <string> #include <vector> -namespace net { -class URLRequestContext; -} - namespace content { class WebContents; @@ -26,10 +22,6 @@ class DevToolsHttpHandlerDelegate { // and provide attach links. Called on the IO thread. virtual std::string GetDiscoveryPageHTML() = 0; - // Should return URL request context for issuing requests against devtools - // webui or NULL if no context is available. Called on the IO thread. - virtual net::URLRequestContext* GetURLRequestContext() = 0; - // Returns true if and only if frontend resources are bundled. virtual bool BundlesFrontendResources() = 0; |