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

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

Issue 2047253002: Add hooks to permission layer for permission action reporting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission-reporter-implementation
Patch Set: resolve nits Created 4 years, 6 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 3fecc3197fa8b306fb396ec8b051385d7a41aae3..52dd0378ccc1facb7c0b2391e6ad5f6902131bcc 100644
--- a/components/browser_sync/browser/profile_sync_service.h
+++ b/components/browser_sync/browser/profile_sync_service.h
@@ -633,6 +633,8 @@ class ProfileSyncService : public sync_driver::SyncService,
syncer::PassphraseRequiredReason passphrase_required_reason_;
private:
+ friend class PermissionUmaUtilTest;
raymes 2016/06/22 02:11:13 nit: move this down to where the other "friend" de
stefanocs 2016/06/22 04:28:12 Done.
+
enum UnrecoverableErrorReason {
ERROR_REASON_UNSET,
ERROR_REASON_SYNCER,
« 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