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

Unified Diff: components/sync/driver/about_sync_util.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. 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 | « components/browser_sync/profile_sync_service.cc ('k') | components/sync/driver/about_sync_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/driver/about_sync_util.h
diff --git a/components/sync/driver/about_sync_util.h b/components/sync/driver/about_sync_util.h
index df016d8121b32a4dbb7c6d8d14c29c1024c4bd59..f77088e592222b16c988d8c9561cab7d985ddf73 100644
--- a/components/sync/driver/about_sync_util.h
+++ b/components/sync/driver/about_sync_util.h
@@ -9,8 +9,6 @@
#include "components/version_info/version_info.h"
-class SigninManagerBase;
-
namespace base {
class DictionaryValue;
}
@@ -68,7 +66,6 @@ extern const char kUpdate[];
// Note that |service| may be null.
std::unique_ptr<base::DictionaryValue> ConstructAboutInformation(
SyncService* service,
- SigninManagerBase* signin,
version_info::Channel channel);
} // namespace sync_ui_util
« no previous file with comments | « components/browser_sync/profile_sync_service.cc ('k') | components/sync/driver/about_sync_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698