summaryrefslogtreecommitdiffstats
path: root/chrome/common/temp_scaffolding_stubs.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.h')
-rw-r--r--chrome/common/temp_scaffolding_stubs.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h
index dd7bb5b..05fdf0e 100644
--- a/chrome/common/temp_scaffolding_stubs.h
+++ b/chrome/common/temp_scaffolding_stubs.h
@@ -235,24 +235,6 @@ class PrintJobManager {
} // namespace printing
-class DownloadRequestManager
- : public base::RefCountedThreadSafe<DownloadRequestManager> {
- public:
- DownloadRequestManager(MessageLoop* io_loop, MessageLoop* ui_loop) {
- NOTIMPLEMENTED();
- }
- class Callback {
- public:
- virtual void ContinueDownload() = 0;
- virtual void CancelDownload() = 0;
- };
- void CanDownloadOnIOThread(int render_process_host_id,
- int render_view_id,
- Callback* callback) {
- NOTIMPLEMENTED();
- }
-};
-
namespace sandbox {
enum ResultCode {