refactor: move IOThread and NetLog ownership to g_browser_process
This commit is contained in:
parent
414dcfcd07
commit
666a106fa8
8 changed files with 45 additions and 50 deletions
|
@ -20,8 +20,6 @@ namespace net_log {
|
|||
class ChromeNetLog;
|
||||
}
|
||||
|
||||
namespace atom {
|
||||
|
||||
class IOThread : public content::BrowserThreadDelegate {
|
||||
public:
|
||||
explicit IOThread(net_log::ChromeNetLog* net_log);
|
||||
|
@ -46,6 +44,4 @@ class IOThread : public content::BrowserThreadDelegate {
|
|||
DISALLOW_COPY_AND_ASSIGN(IOThread);
|
||||
};
|
||||
|
||||
} // namespace atom
|
||||
|
||||
#endif // ATOM_BROWSER_IO_THREAD_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue