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

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

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 | « ios/public/provider/chrome/browser/signin/signin_error_provider.h ('k') | no next file » | 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.mm
diff --git a/ios/public/provider/chrome/browser/signin/signin_error_provider.mm b/ios/public/provider/chrome/browser/signin/signin_error_provider.mm
index 4677105cd51ea9756f8da3e9f7f70b17a5de593c..f9eeba60a5f0b1ab53a04be64f5efaa104f3243f 100644
--- a/ios/public/provider/chrome/browser/signin/signin_error_provider.mm
+++ b/ios/public/provider/chrome/browser/signin/signin_error_provider.mm
@@ -6,18 +6,6 @@
namespace ios {
-namespace {
-SigninErrorProvider* g_signin_error_provider = nullptr;
-}
-
-void SetSigninErrorProvider(SigninErrorProvider* provider) {
- g_signin_error_provider = provider;
-}
-
-SigninErrorProvider* GetSigninErrorProvider() {
- return g_signin_error_provider;
-}
-
SigninErrorProvider::SigninErrorProvider() {}
SigninErrorProvider::~SigninErrorProvider() {}
« no previous file with comments | « ios/public/provider/chrome/browser/signin/signin_error_provider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698