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

Unified Diff: chrome/browser/ui/app_list/app_list_syncable_service.h

Issue 206673006: Set OEM apps folder name from customization manifest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 9 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 | « chrome/browser/chromeos/customization_document_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/app_list_syncable_service.h
diff --git a/chrome/browser/ui/app_list/app_list_syncable_service.h b/chrome/browser/ui/app_list/app_list_syncable_service.h
index 949b49f3b1d6c41f4961dcf1b83525638637ca5a..5c9993b80d734f01cca14b104a5624ca89c68dc3 100644
--- a/chrome/browser/ui/app_list/app_list_syncable_service.h
+++ b/chrome/browser/ui/app_list/app_list_syncable_service.h
@@ -79,7 +79,10 @@ class AppListSyncableService : public syncer::SyncableService,
Profile* profile() { return profile_; }
AppListModel* model() { return model_.get(); }
- size_t GetNumSyncItemsForTest() { return sync_items_.size(); }
+ size_t GetNumSyncItemsForTest() const { return sync_items_.size(); }
+ const std::string& GetOemFolderNameForTest() const {
+ return oem_folder_name_;
+ }
// syncer::SyncableService
virtual syncer::SyncMergeResult MergeDataAndStartSyncing(
« no previous file with comments | « chrome/browser/chromeos/customization_document_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698