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

Unified Diff: remoting/protocol/authenticator_test_base.h

Issue 2104363004: Remove remaining calls to deprecated MessageLoop methods. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build Created 4 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: remoting/protocol/authenticator_test_base.h
diff --git a/remoting/protocol/authenticator_test_base.h b/remoting/protocol/authenticator_test_base.h
index 16b4a14bac95507fef6c617fc52f04be45dae25b..1926693adf97a9a3d3d66429e454f5bcceba9b4c 100644
--- a/remoting/protocol/authenticator_test_base.h
+++ b/remoting/protocol/authenticator_test_base.h
@@ -50,8 +50,10 @@ class AuthenticatorTestBase : public testing::Test {
void OnHostConnected(int error, std::unique_ptr<P2PStreamSocket> socket);
void OnClientConnected(int error, std::unique_ptr<P2PStreamSocket> socket);
+ private:
gab 2016/07/04 14:47:06 private section at bottom and including DISALLOW_C
fdoray 2016/07/04 16:33:59 Done.
base::MessageLoop message_loop_;
+ protected:
scoped_refptr<RsaKeyPair> key_pair_;
std::string host_public_key_;
std::string host_cert_;

Powered by Google App Engine
This is Rietveld 408576698