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

Side by Side Diff: ios/chrome/browser/signin/ios_chrome_signin_status_metrics_provider_delegate.cc

Issue 1463833002: [iOS] Unfork ChromeBrowserStateManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ios/chrome/browser/signin/ios_chrome_signin_status_metrics_provider_de legate.h" 5 #include "ios/chrome/browser/signin/ios_chrome_signin_status_metrics_provider_de legate.h"
6 6
7 #include "components/signin/core/browser/signin_manager.h" 7 #include "components/signin/core/browser/signin_manager.h"
8 #include "components/signin/core/browser/signin_status_metrics_provider.h" 8 #include "components/signin/core/browser/signin_status_metrics_provider.h"
9 #include "ios/chrome/browser/application_context.h" 9 #include "ios/chrome/browser/application_context.h"
10 #include "ios/chrome/browser/signin/signin_manager_factory.h" 10 #include "ios/chrome/browser/signin/signin_manager_factory.h"
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 67
68 void IOSChromeSigninStatusMetricsProviderDelegate::SigninManagerShutdown( 68 void IOSChromeSigninStatusMetricsProviderDelegate::SigninManagerShutdown(
69 SigninManager* manager) { 69 SigninManager* manager) {
70 owner()->OnSigninManagerShutdown(manager); 70 owner()->OnSigninManagerShutdown(manager);
71 } 71 }
72 72
73 std::vector<ios::ChromeBrowserState*> 73 std::vector<ios::ChromeBrowserState*>
74 IOSChromeSigninStatusMetricsProviderDelegate::GetLoadedChromeBrowserStates() { 74 IOSChromeSigninStatusMetricsProviderDelegate::GetLoadedChromeBrowserStates() {
75 return GetApplicationContext() 75 return GetApplicationContext()
76 ->GetChromeBrowserStateManager() 76 ->GetChromeBrowserStateManager()
77 ->GetLoadedChromeBrowserStates(); 77 ->GetLoadedBrowserStates();
78 } 78 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/application_context_impl.cc ('k') | ios/chrome/browser/sync/glue/sync_start_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698