| Index: chrome_frame/chrome_frame_npapi.h
|
| ===================================================================
|
| --- chrome_frame/chrome_frame_npapi.h (revision 68895)
|
| +++ chrome_frame/chrome_frame_npapi.h (working copy)
|
| @@ -11,6 +11,7 @@
|
|
|
| #include "chrome_frame/chrome_frame_automation.h"
|
| #include "chrome_frame/chrome_frame_plugin.h"
|
| +#include "chrome_frame/navigation_constraints.h"
|
| #include "chrome_frame/np_browser_functions.h"
|
| #include "chrome_frame/np_event_listener.h"
|
| #include "chrome_frame/np_proxy_service.h"
|
| @@ -27,7 +28,8 @@
|
| class ChromeFrameNPAPI
|
| : public CWindowImpl<ChromeFrameNPAPI>,
|
| public ChromeFramePlugin<ChromeFrameNPAPI>,
|
| - public NpEventDelegate {
|
| + public NpEventDelegate,
|
| + public NavigationConstraintsImpl {
|
| public:
|
| typedef ChromeFramePlugin<ChromeFrameNPAPI> Base;
|
|
|
|
|