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

Unified Diff: chrome/browser/resources/file_manager/js/drive_banners.js

Issue 12441008: Enabled 100GB promo for Stout. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/js/drive_banners.js
diff --git a/chrome/browser/resources/file_manager/js/drive_banners.js b/chrome/browser/resources/file_manager/js/drive_banners.js
index 48ec427f8428d217ab3f1a3e3dace50624616c9f..19bc0051196844d172511eea0f5bfaa78812c61f 100644
--- a/chrome/browser/resources/file_manager/js/drive_banners.js
+++ b/chrome/browser/resources/file_manager/js/drive_banners.js
@@ -20,8 +20,7 @@ function FileListBannerController(
if (!util.boardIs('x86-mario') &&
!util.boardIs('x86-zgb') &&
- !util.boardIs('x86-alex') &&
- !util.boardIs('stout')) {
+ !util.boardIs('x86-alex')) {
this.checkPromoAvailable_();
} else {
this.newWelcome_ = false;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698