Index: chrome/browser/ui/webui/sync_promo/sync_promo_handler.cc |
diff --git a/chrome/browser/ui/webui/sync_promo/sync_promo_handler.cc b/chrome/browser/ui/webui/sync_promo/sync_promo_handler.cc |
index 8e5200f6ecb1122b512e853f53ef9067f4d13c7a..41dd7e43cef0df0b124f4e5c8d89f452c01b6e5d 100644 |
--- a/chrome/browser/ui/webui/sync_promo/sync_promo_handler.cc |
+++ b/chrome/browser/ui/webui/sync_promo/sync_promo_handler.cc |
@@ -275,3 +275,8 @@ void SyncPromoHandler::RecordUserFlowAction(int action) { |
UMA_HISTOGRAM_ENUMERATION("SyncPromo.UserFlow", action, |
SYNC_PROMO_BUCKET_BOUNDARY); |
} |
+ |
+void SyncPromoHandler::CloseUI() { |
+ // We shouldn't ever try to close the promo UI. |
+ NOTREACHED() << "Cannot close the promo UI"; |
+} |