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

Unified Diff: chrome/test/base/test_browser_window.h

Issue 345533005: Parse extra parameters on x-chrome-manage-accounts header (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 f96b2b36d51a4e8833c4ed690e5e4fccc3915597..6231559b49b879ca9cec5044111e40bfee297da9 100644
--- a/chrome/test/base/test_browser_window.h
+++ b/chrome/test/base/test_browser_window.h
@@ -146,7 +146,7 @@ class TestBrowserWindow : public BrowserWindow {
virtual void ShowAvatarBubble(content::WebContents* web_contents,
const gfx::Rect& rect) OVERRIDE {}
virtual void ShowAvatarBubbleFromAvatarButton(AvatarBubbleMode mode,
- signin::GAIAServiceType service_type) OVERRIDE {}
+ const signin::ManageAccountsParams& manage_accounts_params) OVERRIDE {}
virtual void ShowPasswordGenerationBubble(
const gfx::Rect& rect,
const autofill::PasswordForm& form,

Powered by Google App Engine
This is Rietveld 408576698