Chromium Code Reviews| 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..e1bc2254d01b55f0b93e5b9e69d9e308a39b342c 100644 |
| --- a/chrome/browser/ui/browser_window.h |
| +++ b/chrome/browser/ui/browser_window.h |
| @@ -5,6 +5,8 @@ |
| #ifndef CHROME_BROWSER_UI_BROWSER_WINDOW_H_ |
| #define CHROME_BROWSER_UI_BROWSER_WINDOW_H_ |
| +#include <string> |
| + |
| #include "base/callback_forward.h" |
| #include "chrome/browser/lifetime/application_lifetime.h" |
| #include "chrome/browser/ui/base_window.h" |
| @@ -229,8 +231,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; |
|
Roger Tawa OOO till Jul 10th
2013/04/17 17:53:25
nit: is it better to put the error_message arg bef
noms (inactive)
2013/04/17 20:32:37
Done.
|
| + #endif |
| // Whether or not the shelf view is visible. |
| virtual bool IsDownloadShelfVisible() const = 0; |