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

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

Issue 1662843002: Revert of Delete base/prefs and update callers to use components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 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/signin_client_impl.h" 5 #include "ios/chrome/browser/signin/signin_client_impl.h"
6 6
7 #include <stddef.h> 7 #include <stddef.h>
8 8
9 #include <utility> 9 #include <utility>
10 10
11 #include "base/command_line.h" 11 #include "base/command_line.h"
12 #include "base/guid.h" 12 #include "base/guid.h"
13 #include "base/logging.h" 13 #include "base/logging.h"
14 #include "base/prefs/pref_service.h"
14 #include "base/strings/utf_string_conversions.h" 15 #include "base/strings/utf_string_conversions.h"
15 #include "components/content_settings/core/browser/cookie_settings.h" 16 #include "components/content_settings/core/browser/cookie_settings.h"
16 #include "components/keyed_service/core/service_access_type.h" 17 #include "components/keyed_service/core/service_access_type.h"
17 #include "components/metrics/metrics_service.h" 18 #include "components/metrics/metrics_service.h"
18 #include "components/prefs/pref_service.h"
19 #include "components/signin/core/browser/profile_oauth2_token_service.h" 19 #include "components/signin/core/browser/profile_oauth2_token_service.h"
20 #include "components/signin/core/browser/signin_cookie_changed_subscription.h" 20 #include "components/signin/core/browser/signin_cookie_changed_subscription.h"
21 #include "components/signin/core/browser/signin_header_helper.h" 21 #include "components/signin/core/browser/signin_header_helper.h"
22 #include "components/signin/ios/browser/profile_oauth2_token_service_ios_provide r.h" 22 #include "components/signin/ios/browser/profile_oauth2_token_service_ios_provide r.h"
23 #include "google_apis/gaia/gaia_constants.h" 23 #include "google_apis/gaia/gaia_constants.h"
24 #include "google_apis/gaia/gaia_urls.h" 24 #include "google_apis/gaia/gaia_urls.h"
25 #include "ios/chrome/browser/application_context.h" 25 #include "ios/chrome/browser/application_context.h"
26 #include "ios/chrome/browser/browser_state/browser_state_info_cache.h" 26 #include "ios/chrome/browser/browser_state/browser_state_info_cache.h"
27 #include "ios/chrome/browser/content_settings/cookie_settings_factory.h" 27 #include "ios/chrome/browser/content_settings/cookie_settings_factory.h"
28 #include "ios/chrome/browser/content_settings/host_content_settings_map_factory. h" 28 #include "ios/chrome/browser/content_settings/host_content_settings_map_factory. h"
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 callback.Run(); 231 callback.Run();
232 } 232 }
233 } 233 }
234 234
235 GaiaAuthFetcher* SigninClientImpl::CreateGaiaAuthFetcher( 235 GaiaAuthFetcher* SigninClientImpl::CreateGaiaAuthFetcher(
236 GaiaAuthConsumer* consumer, 236 GaiaAuthConsumer* consumer,
237 const std::string& source, 237 const std::string& source,
238 net::URLRequestContextGetter* getter) { 238 net::URLRequestContextGetter* getter) {
239 return new GaiaAuthFetcherIOS(consumer, source, getter, browser_state_); 239 return new GaiaAuthFetcherIOS(consumer, source, getter, browser_state_);
240 } 240 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/signin/browser_state_data_remover.mm ('k') | ios/chrome/browser/signin/signin_manager_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698