Skip to content

Commit

Permalink
Revert "Rebrand Data Saver to Lite mode"
Browse files Browse the repository at this point in the history
This reverts commit 6f01ecf.

Reason for revert: String changes should be behind a Finch flag

Original change's description:
> Rebrand Data Saver to Lite mode
> 
> Change-Id: I777e068f0391dfd0e45c26fde83c423d3374cb20
> Bug: 909915
> Reviewed-on: https://chromium-review.googlesource.com/c/1354346
> Reviewed-by: Theresa <twellington@chromium.org>
> Reviewed-by: Tarun Bansal <tbansal@chromium.org>
> Commit-Queue: Megan Jablonski <megjablon@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#613368}

TBR=twellington@chromium.org,tbansal@chromium.org,megjablon@chromium.org,srahim@chromium.org

# Not skipping CQ checks because original CL landed > 1 day ago.

Bug: 909915
Change-Id: Ibc26a00f54b7a63e31fefe6dff037c124616d835
Reviewed-on: https://chromium-review.googlesource.com/c/1427920
Reviewed-by: Robert Ogden <robertogden@chromium.org>
Cr-Commit-Position: refs/heads/master@{#625031}
  • Loading branch information
Robert Ogden committed Jan 23, 2019
1 parent 36e0577 commit 252a21a
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ public static boolean maybeLaunchPromoInfoBar(Context context,

DataReductionPromoInfoBar.launch(webContents,
BitmapFactory.decodeResource(context.getResources(), R.drawable.infobar_chrome),
context.getString(R.string.data_reduction_promo_title),
context.getString(R.string.data_reduction_promo_summary),
context.getString(R.string.data_reduction_enable_button),
context.getString(R.string.data_reduction_promo_infobar_title),
context.getString(R.string.data_reduction_promo_infobar_text),
context.getString(R.string.data_reduction_promo_infobar_button),
context.getString(R.string.no_thanks));

return true;
Expand Down
Loading

0 comments on commit 252a21a

Please sign in to comment.