| Index: chrome/browser/ui/intents/web_intent_inline_disposition_delegate.h
|
| ===================================================================
|
| --- chrome/browser/ui/intents/web_intent_inline_disposition_delegate.h (revision 154977)
|
| +++ chrome/browser/ui/intents/web_intent_inline_disposition_delegate.h (working copy)
|
| @@ -43,7 +43,8 @@
|
| content::WebContents* new_contents,
|
| WindowOpenDisposition disposition,
|
| const gfx::Rect& initial_pos,
|
| - bool user_gesture) OVERRIDE;
|
| + bool user_gesture,
|
| + bool* was_blocked) OVERRIDE;
|
| virtual void LoadingStateChanged(content::WebContents* source) OVERRIDE;
|
| virtual void ResizeDueToAutoResize(content::WebContents* source,
|
| const gfx::Size& pref_size) OVERRIDE;
|
|
|