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

Unified Diff: ios/public/provider/chrome/browser/signin/signin_error_provider.h

Issue 2438603004: Remove old getter/setter for SigninErrorProvider. (Closed)
Patch Set: Rebase Created 4 years, 2 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 | « no previous file | ios/public/provider/chrome/browser/signin/signin_error_provider.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/signin/signin_error_provider.h
diff --git a/ios/public/provider/chrome/browser/signin/signin_error_provider.h b/ios/public/provider/chrome/browser/signin/signin_error_provider.h
index 39db1a8b8828ae79a8fd157c1b1ff0e07e6a1c7e..94f2083f002117dd82ed0e3cc241f14123503696 100644
--- a/ios/public/provider/chrome/browser/signin/signin_error_provider.h
+++ b/ios/public/provider/chrome/browser/signin/signin_error_provider.h
@@ -31,10 +31,6 @@ enum class SigninError {
HANDLED_INTERNALLY // Has been displayed to the user already.
};
-// Registers and returns the global SigninErrorProvider.
-void SetSigninErrorProvider(SigninErrorProvider* provider);
-SigninErrorProvider* GetSigninErrorProvider();
-
// Provides utility methods and constants for interpreting signin errors.
class SigninErrorProvider {
public:
« no previous file with comments | « no previous file | ios/public/provider/chrome/browser/signin/signin_error_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698