Chromium Code Reviews

Unified Diff: components/browser_sync/profile_sync_service.h

Issue 2898723003: [Sync] Migrate SyncInternalsMessageHandler off CallJavascriptFunctionUnsafe. (Closed)
Patch Set: More updates for dbeam. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: components/browser_sync/profile_sync_service.h
diff --git a/components/browser_sync/profile_sync_service.h b/components/browser_sync/profile_sync_service.h
index b4e29d8fd0a3a0d1c3da6e6a401bb9ffc03af0d8..a713ca3c734c5b7c24333ba7431e037d6fa01622 100644
--- a/components/browser_sync/profile_sync_service.h
+++ b/components/browser_sync/profile_sync_service.h
@@ -496,8 +496,6 @@ class ProfileSyncService : public syncer::SyncServiceBase,
// Returns true if the syncer is waiting for new datatypes to be encrypted.
virtual bool encryption_pending() const;
- SigninManagerBase* signin() const;
-
syncer::SyncErrorController* sync_error_controller() {
return sync_error_controller_.get();
}
« no previous file with comments | « chrome/browser/ui/webui/sync_internals_message_handler_unittest.cc ('k') | components/browser_sync/profile_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine