request for pdf resource from the webui

This commit is contained in:
deepak1556 2017-02-27 11:40:49 +05:30
parent 210f40dd53
commit c982af991d
10 changed files with 260 additions and 65 deletions

View file

@ -5,7 +5,6 @@
#ifndef ATOM_BROWSER_ATOM_RESOURCE_DISPATCHER_HOST_DELEGATE_H_
#define ATOM_BROWSER_ATOM_RESOURCE_DISPATCHER_HOST_DELEGATE_H_
#include <map>
#include <string>
#include "content/public/browser/resource_dispatcher_host_delegate.h"
@ -34,9 +33,6 @@ class AtomResourceDispatcherHostDelegate
std::unique_ptr<content::StreamInfo> stream) override;
private:
// Map between intercepted request and its generated stream id.
std::map<net::URLRequest*, std::string> stream_info_;
DISALLOW_COPY_AND_ASSIGN(AtomResourceDispatcherHostDelegate);
};