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

Unified Diff: chrome/browser/extensions/webstore_standalone_installer.cc

Issue 2860963002: Spell success correctly. (Closed)
Patch Set: rebase, nits Created 3 years, 7 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/extensions/webstore_standalone_installer.cc
diff --git a/chrome/browser/extensions/webstore_standalone_installer.cc b/chrome/browser/extensions/webstore_standalone_installer.cc
index 2848f99545341ce3142d47c1beee191bf8434ff4..e761478f77588c7c70eff04e8ae184d77a88b4a3 100644
--- a/chrome/browser/extensions/webstore_standalone_installer.cc
+++ b/chrome/browser/extensions/webstore_standalone_installer.cc
@@ -315,8 +315,8 @@ void WebstoreStandaloneInstaller::OnWebstoreResponseParseSuccess(
manifest,
icon_url,
profile_->GetRequestContext());
- // The helper will call us back via OnWebstoreParseSucces or
- // OnWebstoreParseFailure.
+ // The helper will call us back via OnWebstoreParseSuccess() or
+ // OnWebstoreParseFailure().
helper->Start();
}

Powered by Google App Engine
This is Rietveld 408576698