// Copyright (c) 2012-2014 The CEF Python authors. All rights reserved.
// License: New BSD License.
// Website: http://code.google.com/p/cefpython/
#pragma once
#if defined(_WIN32)
#include "../windows/stdint.h"
#endif
#include "cefpython_public_api.h"
class ResourceHandler : public CefResourceHandler
{
public:
int resourceHandlerId_;
public:
ResourceHandler(int resourceHandlerId)
: resourceHandlerId_(resourceHandlerId) {
}
virtual bool ProcessRequest(CefRefPtr