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

Unified Diff: chrome/browser/ui/webui/sync_promo/sync_promo_handler2.cc

Issue 9741001: DOMUI: Remove experimental sync promo layouts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: a Created 8 years, 9 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
Index: chrome/browser/ui/webui/sync_promo/sync_promo_handler2.cc
diff --git a/chrome/browser/ui/webui/sync_promo/sync_promo_handler2.cc b/chrome/browser/ui/webui/sync_promo/sync_promo_handler2.cc
index fdc5c88661d2fc7520c81a2f17c5120e43348ed5..129481da0aa1779c837f49a705332981ccf9addc 100644
--- a/chrome/browser/ui/webui/sync_promo/sync_promo_handler2.cc
+++ b/chrome/browser/ui/webui/sync_promo/sync_promo_handler2.cc
@@ -209,11 +209,6 @@ void SyncPromoHandler2::HandleCloseSyncPromo(const base::ListValue* args) {
}
void SyncPromoHandler2::HandleInitializeSyncPromo(const base::ListValue* args) {
- // TODO(sail): The version argument is going away, remove this.
- base::FundamentalValue version(3);
- web_ui_->CallJavascriptFunction("SyncSetupOverlay.showPromoVersion",
- version);
-
OpenSyncSetup();
// We don't need to compute anything for this, just do this every time.
RecordUserFlowAction(SYNC_PROMO_VIEWED);
« no previous file with comments | « chrome/browser/ui/webui/sync_promo/sync_promo_handler.cc ('k') | chrome/browser/ui/webui/sync_setup_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698