| Index: chrome/browser/ui/blocked_content/blocked_content_container.h
|
| ===================================================================
|
| --- chrome/browser/ui/blocked_content/blocked_content_container.h (revision 154977)
|
| +++ chrome/browser/ui/blocked_content/blocked_content_container.h (working copy)
|
| @@ -62,7 +62,8 @@
|
| content::WebContents* new_contents,
|
| WindowOpenDisposition disposition,
|
| const gfx::Rect& initial_position,
|
| - bool user_gesture) OVERRIDE;
|
| + bool user_gesture,
|
| + bool* was_blocked) OVERRIDE;
|
|
|
| // Removes |source| from our internal list of blocked contents.
|
| virtual void CloseContents(content::WebContents* source) OVERRIDE;
|
|
|