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

Unified Diff: branches/1700/src/chrome/browser/about_flags.cc

Issue 144603002: Re-add support for smooth scrolling in about:flags (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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: branches/1700/src/chrome/browser/about_flags.cc
===================================================================
--- branches/1700/src/chrome/browser/about_flags.cc (revision 246206)
+++ branches/1700/src/chrome/browser/about_flags.cc (working copy)
@@ -701,7 +701,7 @@
IDS_FLAGS_ENABLE_SMOOTH_SCROLLING_DESCRIPTION,
// Can't expose the switch unless the code is compiled in.
// On by default for the Mac (different implementation in WebKit).
- kOsLinux,
+ kOsWin | kOsLinux,
SINGLE_VALUE_TYPE(switches::kEnableSmoothScrolling)
},
{
« 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