Skip to content

Commit

Permalink
Rebrand Data Saver to Lite mode
Browse files Browse the repository at this point in the history
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}
  • Loading branch information
Megan Jablonski authored and Commit Bot committed Dec 4, 2018
1 parent 6b73dc9 commit 6f01ecf
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 65 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,10 @@ public static boolean maybeLaunchPromoInfoBar(Context context,
}

DataReductionPromoInfoBar.launch(webContents,
BitmapFactory.decodeResource(context.getResources(),
R.drawable.infobar_chrome),
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),
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.no_thanks));

return true;
Expand Down
Loading

0 comments on commit 6f01ecf

Please sign in to comment.