Chromium Code Reviews| Index: chrome_frame/chrome_frame_npapi.h |
| =================================================================== |
| --- chrome_frame/chrome_frame_npapi.h (revision 68604) |
| +++ chrome_frame/chrome_frame_npapi.h (working copy) |
| @@ -27,7 +27,8 @@ |
| class ChromeFrameNPAPI |
| : public CWindowImpl<ChromeFrameNPAPI>, |
| public ChromeFramePlugin<ChromeFrameNPAPI>, |
| - public NpEventDelegate { |
| + public NpEventDelegate, |
| + public NavigationConstraintsImpl { |
| public: |
| typedef ChromeFramePlugin<ChromeFrameNPAPI> Base; |