Chromium Code Reviews| Index: chrome/browser/ui/views/browser_dialogs.h |
| =================================================================== |
| --- chrome/browser/ui/views/browser_dialogs.h (revision 142088) |
| +++ chrome/browser/ui/views/browser_dialogs.h (working copy) |
| @@ -60,7 +60,7 @@ |
| // Shows the page info bubble anchored to the supplied view. |
| void ShowPageInfoBubble(views::View* anchor_view, |
| - Profile* profile, |
| + TabContents* tab_contents, |
| const GURL& url, |
| const content::SSLStatus& ssl, |
| bool show_history, |