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

Unified Diff: chrome/browser/chromeos/login/mock_login_utils.h

Issue 356713005: Rename ServerBoundCert => ChannelID to reflect the current name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix cookies_list.js Created 6 years, 5 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/browser/chromeos/login/mock_login_utils.h
diff --git a/chrome/browser/chromeos/login/mock_login_utils.h b/chrome/browser/chromeos/login/mock_login_utils.h
index 20d19f6017dad8d60b9e005c11912551c7fdc5ff..2225702808ad1db542b90e7482a10fa6680d304f 100644
--- a/chrome/browser/chromeos/login/mock_login_utils.h
+++ b/chrome/browser/chromeos/login/mock_login_utils.h
@@ -39,7 +39,7 @@ class MockLoginUtils : public LoginUtils {
MOCK_METHOD1(CreateAuthenticator,
scoped_refptr<Authenticator>(AuthStatusConsumer*));
MOCK_METHOD1(StartTokenServices, void(Profile*));
- MOCK_METHOD2(TransferDefaultCookiesAndServerBoundCerts,
+ MOCK_METHOD2(TransferDefaultCookiesAndChannelIDs,
void(Profile*, Profile*));
MOCK_METHOD2(TransferDefaultAuthCache, void(Profile*, Profile*));
MOCK_METHOD0(StopBackgroundFetchers, void(void));

Powered by Google App Engine
This is Rietveld 408576698