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

Unified Diff: chrome/service/cloud_print/cloud_print_proxy.cc

Issue 1900033005: Simplify some CloudPrintProxy code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 8 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/service/cloud_print/cloud_print_proxy.cc
diff --git a/chrome/service/cloud_print/cloud_print_proxy.cc b/chrome/service/cloud_print/cloud_print_proxy.cc
index 8986d1d31b4f9f8dbeb5204e5f706fce85e1da7e..124bd92fb2b0ca2203ca9a13acfc42aa226e953b 100644
--- a/chrome/service/cloud_print/cloud_print_proxy.cc
+++ b/chrome/service/cloud_print/cloud_print_proxy.cc
@@ -133,7 +133,7 @@ void CloudPrintProxy::UnregisterPrintersAndDisableForUser() {
// We'll get notified in this case.
backend_->UnregisterPrinters();
} else {
- // If no backend avaialble, disable connector immidiately.
+ // If no backend available, disable connector immediately.
DisableForUser();
}
}
« no previous file with comments | « chrome/browser/chromeos/login/signin/oauth2_login_manager.h ('k') | chrome/service/cloud_print/cloud_print_proxy_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698