Use generic function to handle events

This commit is contained in:
Cheng Zhao 2015-12-12 13:49:58 +08:00
parent f976e1eda3
commit 9438d42322
3 changed files with 58 additions and 92 deletions

View file

@ -4,6 +4,8 @@
#include "atom/browser/api/atom_api_web_request.h"
#include <string>
#include "atom/browser/atom_browser_context.h"
#include "atom/browser/net/atom_network_delegate.h"
#include "atom/common/native_mate_converters/callback.h"