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

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

Issue 9303005: [NTP4] Experiment for adding Chrome Web Store link to footer. (Closed)
Patch Set: rebase Created 8 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 unified diff | Download patch
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/extensions/extension_constants.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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 // User should set breakpoints on Alarm() to examine problematic thread. 616 // User should set breakpoints on Alarm() to examine problematic thread.
617 // 617 //
618 // Usage: -enable-watchdog=[ui][io] 618 // Usage: -enable-watchdog=[ui][io]
619 // 619 //
620 // Order of the listed sub-arguments does not matter. 620 // Order of the listed sub-arguments does not matter.
621 const char kEnableWatchdog[] = "enable-watchdog"; 621 const char kEnableWatchdog[] = "enable-watchdog";
622 622
623 // Uses WebSocket over SPDY. 623 // Uses WebSocket over SPDY.
624 const char kEnableWebSocketOverSpdy[] = "enable-websocket-over-spdy"; 624 const char kEnableWebSocketOverSpdy[] = "enable-websocket-over-spdy";
625 625
626 // Enables the web store link experiment.
627 const char kEnableWebStoreLink[] = "enable-webstore-link";
628
626 // Enables experimental features for Spellchecker. Right now, the first 629 // Enables experimental features for Spellchecker. Right now, the first
627 // experimental feature is auto spell correct, which corrects words which are 630 // experimental feature is auto spell correct, which corrects words which are
628 // misppelled by typing the word with two consecutive letters swapped. The 631 // misppelled by typing the word with two consecutive letters swapped. The
629 // features that will be added next are: 632 // features that will be added next are:
630 // 633 //
631 // 1 - Allow multiple spellcheckers to work simultaneously. 634 // 1 - Allow multiple spellcheckers to work simultaneously.
632 // 2 - Allow automatic detection of spell check language. 635 // 2 - Allow automatic detection of spell check language.
633 // TODO(sidchat): Implement the above fetaures to work under this flag. 636 // TODO(sidchat): Implement the above fetaures to work under this flag.
634 const char kExperimentalSpellcheckerFeatures[] = 637 const char kExperimentalSpellcheckerFeatures[] =
635 "experimental-spellchecker-features"; 638 "experimental-spellchecker-features";
(...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after
1375 1378
1376 // ----------------------------------------------------------------------------- 1379 // -----------------------------------------------------------------------------
1377 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1380 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1378 // 1381 //
1379 // You were going to just dump your switches here, weren't you? Instead, please 1382 // You were going to just dump your switches here, weren't you? Instead, please
1380 // put them in alphabetical order above, or in order inside the appropriate 1383 // put them in alphabetical order above, or in order inside the appropriate
1381 // ifdef at the bottom. The order should match the header. 1384 // ifdef at the bottom. The order should match the header.
1382 // ----------------------------------------------------------------------------- 1385 // -----------------------------------------------------------------------------
1383 1386
1384 } // namespace switches 1387 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/extensions/extension_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698