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

Side by Side Diff: chrome/common/chrome_switches.cc

Issue 7034052: Linux/CrOS smooth scrolling support - behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | content/common/view_messages.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/chrome_switches.h" 5 #include "chrome/common/chrome_switches.h"
6 6
7 #include "base/base_switches.h" 7 #include "base/base_switches.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 9
10 namespace switches { 10 namespace switches {
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 // Enable panels (always on-top docked pop-up windows). 472 // Enable panels (always on-top docked pop-up windows).
473 const char kEnablePanels[] = "enable-panels"; 473 const char kEnablePanels[] = "enable-panels";
474 474
475 // Enable speculative TCP/IP preconnection. 475 // Enable speculative TCP/IP preconnection.
476 const char kEnablePreconnect[] = "enable-preconnect"; 476 const char kEnablePreconnect[] = "enable-preconnect";
477 477
478 // Enable the IsSearchProviderInstalled and InstallSearchProvider with an extra 478 // Enable the IsSearchProviderInstalled and InstallSearchProvider with an extra
479 // parameter to indicate if the provider should be the default. 479 // parameter to indicate if the provider should be the default.
480 const char kEnableSearchProviderApiV2[] = "enable-search-provider-api-v2"; 480 const char kEnableSearchProviderApiV2[] = "enable-search-provider-api-v2";
481 481
482 // On platforms that support it, enable smooth scroll animation.
483 const char kEnableSmoothScrolling[] = "enable-smooth-scrolling";
484
482 // Enables TLS cached info extension. 485 // Enables TLS cached info extension.
483 const char kEnableSSLCachedInfo[] = "enable-ssl-cached-info"; 486 const char kEnableSSLCachedInfo[] = "enable-ssl-cached-info";
484 487
485 // Enable syncing browser data to a Google Account. 488 // Enable syncing browser data to a Google Account.
486 const char kEnableSync[] = "enable-sync"; 489 const char kEnableSync[] = "enable-sync";
487 490
488 // Enable syncing browser autofill. 491 // Enable syncing browser autofill.
489 const char kEnableSyncAutofill[] = "enable-sync-autofill"; 492 const char kEnableSyncAutofill[] = "enable-sync-autofill";
490 493
491 // Enable sync encryption options. 494 // Enable sync encryption options.
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
1180 1183
1181 // ----------------------------------------------------------------------------- 1184 // -----------------------------------------------------------------------------
1182 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1185 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1183 // 1186 //
1184 // You were going to just dump your switches here, weren't you? Instead, 1187 // You were going to just dump your switches here, weren't you? Instead,
1185 // please put them in alphabetical order above, or in order inside the 1188 // please put them in alphabetical order above, or in order inside the
1186 // appropriate ifdef at the bottom. The order should match the header. 1189 // appropriate ifdef at the bottom. The order should match the header.
1187 // ----------------------------------------------------------------------------- 1190 // -----------------------------------------------------------------------------
1188 1191
1189 } // namespace switches 1192 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698