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

Unified Diff: chrome/browser/chromeos/login/signin/oauth2_login_manager.h

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
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/service/cloud_print/cloud_print_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/signin/oauth2_login_manager.h
diff --git a/chrome/browser/chromeos/login/signin/oauth2_login_manager.h b/chrome/browser/chromeos/login/signin/oauth2_login_manager.h
index ae83cf42f740ebac21d4b7736e1ca60784fb9890..f35e47e6fab424000fc08685d7b8fce17fc14ea5 100644
--- a/chrome/browser/chromeos/login/signin/oauth2_login_manager.h
+++ b/chrome/browser/chromeos/login/signin/oauth2_login_manager.h
@@ -68,7 +68,7 @@ class OAuth2LoginManager : public KeyedService,
virtual void OnSessionRestoreStateChanged(Profile* user_profile,
SessionRestoreState state) {}
- // Raised when a new OAuth2 refresh token is avaialble.
+ // Raised when a new OAuth2 refresh token is available.
virtual void OnNewRefreshTokenAvaiable(Profile* user_profile) {}
// Raised when session's GAIA credentials (SID+LSID) are available to
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/service/cloud_print/cloud_print_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698