| Index: chrome/browser/ui/panels/panel.h
|
| diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
|
| index cec68bbc84e8734392b0d541a3b36803d049063b..f347dadceb3f1bb546f506e4c9c2fde1fd3aeef1 100644
|
| --- a/chrome/browser/ui/panels/panel.h
|
| +++ b/chrome/browser/ui/panels/panel.h
|
| @@ -151,7 +151,9 @@ class Panel : public BrowserWindow,
|
| const GURL& url, bool already_bookmarked) OVERRIDE;
|
| virtual void ShowChromeToMobileBubble() OVERRIDE;
|
| #if defined(ENABLE_ONE_CLICK_SIGNIN)
|
| - virtual void ShowOneClickSigninBubble() OVERRIDE;
|
| + virtual void ShowOneClickSigninBubble(
|
| + const base::Closure& learn_more_callback,
|
| + const base::Closure& advanced_callback) OVERRIDE;
|
| #endif
|
| virtual bool IsDownloadShelfVisible() const OVERRIDE;
|
| virtual DownloadShelf* GetDownloadShelf() OVERRIDE;
|
|
|