Home
last modified time | relevance | path

Searched refs:SetTestingProfileSyncService (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_webstore_private_browsertest.cc149 WebstorePrivateApi::SetTestingProfileSyncService(&sync_service); in RunLoginTestImpl()
162 WebstorePrivateApi::SetTestingProfileSyncService(NULL); in RunLoginTestImpl()
Dextension_webstore_private_api.h24 static void SetTestingProfileSyncService(ProfileSyncService* service);
Dextension_webstore_private_api.cc107 void WebstorePrivateApi::SetTestingProfileSyncService( in SetTestingProfileSyncService() function in WebstorePrivateApi