Index: chrome/browser/ui/webui/sync_promo/sync_promo_handler.h |
diff --git a/chrome/browser/ui/webui/sync_promo/sync_promo_handler.h b/chrome/browser/ui/webui/sync_promo/sync_promo_handler.h |
index 738112611d31aa03027439df4a97f71959d70298..9bbd7210b4e0bc6831be28dd6990a68debfc00de 100644 |
--- a/chrome/browser/ui/webui/sync_promo/sync_promo_handler.h |
+++ b/chrome/browser/ui/webui/sync_promo/sync_promo_handler.h |
@@ -43,6 +43,9 @@ class SyncPromoHandler : public SyncSetupHandler { |
// JavaScript callback handler to close the sync promo. |
void HandleCloseSyncPromo(const base::ListValue* args); |
+ // Gets the sync promo layout for the current sync promo version. |
+ int GetPromoVersion(); |
+ |
// JavaScript callback handler to initialize the sync promo. |
void HandleInitializeSyncPromo(const base::ListValue* args); |