| Index: chrome/browser/ui/browser_window.h
|
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
|
| index b97595202fd737ebaecc165c0eb2465754ab3643..938864eba10ec185623a3b2d44e01ea4e8926989 100644
|
| --- a/chrome/browser/ui/browser_window.h
|
| +++ b/chrome/browser/ui/browser_window.h
|
| @@ -229,8 +229,9 @@ class BrowserWindow : public BaseWindow {
|
| virtual void ShowOneClickSigninBubble(
|
| OneClickSigninBubbleType type,
|
| const string16& email,
|
| - const StartSyncCallback& start_sync_callback) = 0;
|
| -#endif
|
| + const StartSyncCallback& start_sync_callback,
|
| + const std::string& error_message) = 0;
|
| + #endif
|
|
|
| // Whether or not the shelf view is visible.
|
| virtual bool IsDownloadShelfVisible() const = 0;
|
|
|