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

Unified Diff: components/browser_sync/browser/profile_sync_service.h

Issue 2150903002: Reland add hooks to permission layer for permission action reporting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
Index: components/browser_sync/browser/profile_sync_service.h
diff --git a/components/browser_sync/browser/profile_sync_service.h b/components/browser_sync/browser/profile_sync_service.h
index 201e3030e22238cb0df26dffcf1c1b4e5d816482..0e37bcf6215b2a7d9748a6ef977b8b3f046ba7ab 100644
--- a/components/browser_sync/browser/profile_sync_service.h
+++ b/components/browser_sync/browser/profile_sync_service.h
@@ -669,6 +669,7 @@ class ProfileSyncService : public sync_driver::SyncService,
SYNC_INITIAL_STATE_LIMIT
};
+ friend class PermissionUmaUtilTest;
pavely 2016/07/14 19:29:28 In your code you are using public virtual function
stefanocs 2016/07/15 01:05:02 I didn't use mock but I used sync pref to set the
friend class ProfileSyncServicePasswordTest;
friend class SyncTest;
friend class TestProfileSyncService;
« chrome/browser/permissions/permission_uma_util_unittest.cc ('K') | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698