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

Unified Diff: chrome/browser/local_discovery/privetv3_setup_flow.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
Index: chrome/browser/local_discovery/privetv3_setup_flow.cc
diff --git a/chrome/browser/local_discovery/privetv3_setup_flow.cc b/chrome/browser/local_discovery/privetv3_setup_flow.cc
index 3b5b32beacf51b720de8ed8667a1527c8f84a265..59feaa093bf5b19cacdff73677da42f6eb8d467d 100644
--- a/chrome/browser/local_discovery/privetv3_setup_flow.cc
+++ b/chrome/browser/local_discovery/privetv3_setup_flow.cc
@@ -113,7 +113,7 @@ void PrivetV3SetupFlow::OnPairingDone(PrivetV3Session::Result result) {
void PrivetV3SetupFlow::OnSetupMessageSent(
PrivetV3Session::Result result,
- const base::DictionaryValue& responce) {
+ const base::DictionaryValue& response) {
if (result != PrivetV3Session::Result::STATUS_SUCCESS)
return OnSetupError();
delegate_->OnSetupDone();
« no previous file with comments | « chrome/browser/local_discovery/privetv3_setup_flow.h ('k') | chrome/browser/local_discovery/privetv3_setup_flow_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698