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

Unified Diff: chrome/browser/resources/welcome/win10/inline.js

Issue 2722683002: Addressing UX regression on Win10 FRE, and changing timeout behavior (Closed)
Patch Set: Created 3 years, 10 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/resources/welcome/win10/inline.js
diff --git a/chrome/browser/resources/welcome/win10/inline.js b/chrome/browser/resources/welcome/win10/inline.js
index 35c09807a19079d1d6d3afd31e3945f553092962..e5defe2f4085a38a804f6294b386a7e7cdcffb4b 100644
--- a/chrome/browser/resources/welcome/win10/inline.js
+++ b/chrome/browser/resources/welcome/win10/inline.js
@@ -34,7 +34,7 @@ cr.define('inline', function() {
// Set variables.
// Determines if the combined variant should be displayed. The combined
// variant includes instructions on how to pin Chrome to the taskbar.
- app.isCombined = false;
+ app.isCombined = true;
tommycli 2017/02/27 23:17:22 I guess I'm a bit confused as how changing this wo
tmartino 2017/02/28 00:08:53 Whoops, that's a great catch--this is slightly com
// Set handlers.
app.computeClasses = computeClasses;

Powered by Google App Engine
This is Rietveld 408576698