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

Unified Diff: chrome/test/base/test_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: 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
Index: chrome/test/base/test_browser_window.h
diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h
index a9a139334a84648569ef6e5d58164b6f0c6dcd68..f5acdf230f6d6609ba897b618a5e7ddd7d951557 100644
--- a/chrome/test/base/test_browser_window.h
+++ b/chrome/test/base/test_browser_window.h
@@ -5,6 +5,8 @@
#ifndef CHROME_TEST_BASE_TEST_BROWSER_WINDOW_H_
#define CHROME_TEST_BASE_TEST_BROWSER_WINDOW_H_
+#include <string>
+
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "build/build_config.h"
@@ -101,6 +103,7 @@ class TestBrowserWindow : public BrowserWindow {
virtual void ShowOneClickSigninBubble(
OneClickSigninBubbleType type,
const string16& email,
+ const string16& error_message,
const StartSyncCallback& start_sync_callback) OVERRIDE {}
#endif
virtual bool IsDownloadShelfVisible() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698