| Index: content/browser/intents/intent_injector.h
|
| ===================================================================
|
| --- content/browser/intents/intent_injector.h (revision 110851)
|
| +++ content/browser/intents/intent_injector.h (working copy)
|
| @@ -10,19 +10,12 @@
|
| #include "base/string16.h"
|
| #include "content/browser/tab_contents/tab_contents_observer.h"
|
| #include "content/common/content_export.h"
|
| -#include "content/common/intents_messages.h"
|
| +#include "webkit/glue/web_intent_reply_data.h"
|
|
|
| -class RenderViewHost;
|
| -class TabContents;
|
| -
|
| namespace webkit_glue {
|
| struct WebIntentData;
|
| }
|
|
|
| -namespace IPC {
|
| -class Message;
|
| -}
|
| -
|
| // Injects an intent into the renderer of a TabContents. The intent dispatch
|
| // logic will create one of these to take care of passing intent data down into
|
| // the context of the service, which will be running in the TabContents on which
|
| @@ -38,7 +31,7 @@
|
| virtual void RenderViewCreated(RenderViewHost* host) OVERRIDE;
|
| virtual void DidNavigateMainFrame(
|
| const content::LoadCommittedDetails& details,
|
| - const ViewHostMsg_FrameNavigate_Params& params) OVERRIDE;
|
| + const content::FrameNavigateParams& params) OVERRIDE;
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
| virtual void TabContentsDestroyed(TabContents* tab) OVERRIDE;
|
|
|
|
|