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

Side by Side Diff: chrome/browser/sync/test/integration/sync_app_list_helper.cc

Issue 147923005: Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: re^3base Created 6 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 | Annotate | Revision Log
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/sync/test/integration/sync_app_list_helper.h" 5 #include "chrome/browser/sync/test/integration/sync_app_list_helper.h"
6 6
7 #include "base/strings/stringprintf.h" 7 #include "base/strings/stringprintf.h"
8 #include "chrome/browser/extensions/extension_service.h" 8 #include "chrome/browser/extensions/extension_service.h"
9 #include "chrome/browser/extensions/extension_system.h"
10 #include "chrome/browser/profiles/profile.h" 9 #include "chrome/browser/profiles/profile.h"
11 #include "chrome/browser/sync/test/integration/sync_datatype_helper.h" 10 #include "chrome/browser/sync/test/integration/sync_datatype_helper.h"
12 #include "chrome/browser/sync/test/integration/sync_test.h" 11 #include "chrome/browser/sync/test/integration/sync_test.h"
13 #include "chrome/browser/ui/app_list/app_list_syncable_service.h" 12 #include "chrome/browser/ui/app_list/app_list_syncable_service.h"
14 #include "chrome/browser/ui/app_list/app_list_syncable_service_factory.h" 13 #include "chrome/browser/ui/app_list/app_list_syncable_service_factory.h"
15 #include "chrome/common/extensions/sync_helper.h" 14 #include "chrome/common/extensions/sync_helper.h"
15 #include "extensions/browser/extension_system.h"
16 #include "ui/app_list/app_list_folder_item.h" 16 #include "ui/app_list/app_list_folder_item.h"
17 #include "ui/app_list/app_list_item.h" 17 #include "ui/app_list/app_list_item.h"
18 #include "ui/app_list/app_list_model.h" 18 #include "ui/app_list/app_list_model.h"
19 19
20 using app_list::AppListFolderItem; 20 using app_list::AppListFolderItem;
21 using app_list::AppListItem; 21 using app_list::AppListItem;
22 using app_list::AppListItemList; 22 using app_list::AppListItemList;
23 using app_list::AppListSyncableService; 23 using app_list::AppListSyncableService;
24 using app_list::AppListSyncableServiceFactory; 24 using app_list::AppListSyncableServiceFactory;
25 25
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 base::StringPrintf(" Folder Item(%d): ", static_cast<int>(i)); 159 base::StringPrintf(" Folder Item(%d): ", static_cast<int>(i));
160 PrintItem(profile, child, child_label); 160 PrintItem(profile, child, child_label);
161 } 161 }
162 return; 162 return;
163 } 163 }
164 VLOG(1) 164 VLOG(1)
165 << label << item->ToDebugString() 165 << label << item->ToDebugString()
166 << " Page: " << s->GetPageOrdinal(id).ToDebugString().substr(0, 8) 166 << " Page: " << s->GetPageOrdinal(id).ToDebugString().substr(0, 8)
167 << " Item: " << s->GetAppLaunchOrdinal(id).ToDebugString().substr(0, 8); 167 << " Item: " << s->GetAppLaunchOrdinal(id).ToDebugString().substr(0, 8);
168 } 168 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/integration/sync_app_helper.cc ('k') | chrome/browser/sync/test/integration/sync_extension_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698