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

Unified Diff: chrome/browser/local_discovery/privetv3_setup_flow_unittest.cc

Issue 699123004: Updated comments for gcdPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wed Nov 5 00:43:56 PST 2014 Created 6 years, 1 month 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 | « chrome/browser/local_discovery/privetv3_setup_flow.cc ('k') | chrome/common/extensions/api/gcd_private.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/local_discovery/privetv3_setup_flow_unittest.cc
diff --git a/chrome/browser/local_discovery/privetv3_setup_flow_unittest.cc b/chrome/browser/local_discovery/privetv3_setup_flow_unittest.cc
index 0fea1ccf1c9f1bc69b897d980c923ab2b66869bc..9b6ae67ff866ea3ea2cea23c3b11132751e7c160 100644
--- a/chrome/browser/local_discovery/privetv3_setup_flow_unittest.cc
+++ b/chrome/browser/local_discovery/privetv3_setup_flow_unittest.cc
@@ -166,7 +166,7 @@ TEST_F(PrivetV3SetupFlowTest, InvalidTicket) {
setup_.Register(kServiceName);
}
-TEST_F(PrivetV3SetupFlowTest, InvalidDeviceResponce) {
+TEST_F(PrivetV3SetupFlowTest, InvalidDeviceResponse) {
EXPECT_CALL(delegate_, OnSetupError()).Times(1);
EXPECT_CALL(delegate_, ConfirmSecurityCode(_))
.Times(1)
« no previous file with comments | « chrome/browser/local_discovery/privetv3_setup_flow.cc ('k') | chrome/common/extensions/api/gcd_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698