Index: chrome/browser/sync/glue/sync_backend_host.h |
diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h |
index 0fba6cacdf523b0d70e36e8802715a9496b6e364..be1d88a8af0903c1ad0c983cb8d14ca0f1a3fc2b 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host.h |
+++ b/chrome/browser/sync/glue/sync_backend_host.h |
@@ -486,6 +486,11 @@ class SyncBackendHost { |
DISALLOW_COPY_AND_ASSIGN(Core); |
}; |
+ // Checks if we have received a notice to turn on experimental datatypes |
+ // (via the nigori node) and informs the frontend if that is the case. |
+ // Note: it is illegal to call this before the backend is initialized. |
+ void AddExperimentalTypes(); |
+ |
// InitializationComplete passes through the SyncBackendHost to forward |
// on to |frontend_|, and so that tests can intercept here if they need to |
// set up initial conditions. |