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

Side by Side Diff: chrome/browser/ui/app_list/app_list_syncable_service_factory.cc

Issue 1658793002: Update chrome for new prefs location. (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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 "chrome/browser/ui/app_list/app_list_syncable_service_factory.h" 5 #include "chrome/browser/ui/app_list/app_list_syncable_service_factory.h"
6 6
7 #include <set> 7 #include <set>
8 8
9 #include "base/prefs/pref_service.h"
10 #include "build/build_config.h" 9 #include "build/build_config.h"
11 #include "chrome/browser/apps/drive/drive_app_provider.h" 10 #include "chrome/browser/apps/drive/drive_app_provider.h"
12 #include "chrome/browser/profiles/incognito_helpers.h" 11 #include "chrome/browser/profiles/incognito_helpers.h"
13 #include "chrome/browser/profiles/profile.h" 12 #include "chrome/browser/profiles/profile.h"
14 #include "chrome/browser/ui/app_list/app_list_syncable_service.h" 13 #include "chrome/browser/ui/app_list/app_list_syncable_service.h"
15 #include "components/keyed_service/content/browser_context_dependency_manager.h" 14 #include "components/keyed_service/content/browser_context_dependency_manager.h"
15 #include "components/prefs/pref_service.h"
16 #include "extensions/browser/extension_system.h" 16 #include "extensions/browser/extension_system.h"
17 #include "extensions/browser/extension_system_provider.h" 17 #include "extensions/browser/extension_system_provider.h"
18 #include "extensions/browser/extensions_browser_client.h" 18 #include "extensions/browser/extensions_browser_client.h"
19 19
20 #if defined(OS_CHROMEOS) 20 #if defined(OS_CHROMEOS)
21 #include "chrome/browser/chromeos/profiles/profile_helper.h" 21 #include "chrome/browser/chromeos/profiles/profile_helper.h"
22 #include "chrome/browser/ui/app_list/arc/arc_app_list_prefs_factory.h" 22 #include "chrome/browser/ui/app_list/arc/arc_app_list_prefs_factory.h"
23 #endif 23 #endif
24 24
25 namespace app_list { 25 namespace app_list {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 // Start AppListSyncableService early so that the app list positions are 93 // Start AppListSyncableService early so that the app list positions are
94 // available before the app list is opened. 94 // available before the app list is opened.
95 return true; 95 return true;
96 } 96 }
97 97
98 bool AppListSyncableServiceFactory::ServiceIsNULLWhileTesting() const { 98 bool AppListSyncableServiceFactory::ServiceIsNULLWhileTesting() const {
99 return true; 99 return true;
100 } 100 }
101 101
102 } // namespace app_list 102 } // namespace app_list
OLDNEW
« no previous file with comments | « chrome/browser/ui/app_list/app_list_service_unittest.cc ('k') | chrome/browser/ui/app_list/app_list_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698