Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2738)

Unified Diff: chrome/browser/ui/browser_window.h

Issue 13979003: Win: Display a native bubble (instead of the JS one) after the web signin flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review fixes Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser_window_cocoa.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..b447da46c35e05fcf49d88e827921f31934eb2f8 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 std::string& error_message,
Nico 2013/04/18 17:53:28 We used to use string16 for text that could possib
noms (inactive) 2013/04/18 18:08:28 The error_message comes as a utf8 string from OneC
Roger Tawa OOO till Jul 10th 2013/04/18 19:04:11 It might have been utf8 previously because that is
const StartSyncCallback& start_sync_callback) = 0;
-#endif
+ #endif
// Whether or not the shelf view is visible.
virtual bool IsDownloadShelfVisible() const = 0;
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser_window_cocoa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698