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

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

Issue 26558006: [spell] Remove spelling service feedback from behind the flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Correct number of seconds Created 7 years, 1 month 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') | no next file » | 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 724 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 735
736 // Disable SPDY/3.1. This is a temporary testing flag. 736 // Disable SPDY/3.1. This is a temporary testing flag.
737 const char kDisableSpdy31[] = "disable-spdy31"; 737 const char kDisableSpdy31[] = "disable-spdy31";
738 738
739 // Enable SPDY/4 alpha 2. This is a temporary testing flag. 739 // Enable SPDY/4 alpha 2. This is a temporary testing flag.
740 const char kEnableSpdy4a2[] = "enable-spdy4a2"; 740 const char kEnableSpdy4a2[] = "enable-spdy4a2";
741 741
742 // Enables auto correction for misspelled words. 742 // Enables auto correction for misspelled words.
743 const char kEnableSpellingAutoCorrect[] = "enable-spelling-auto-correct"; 743 const char kEnableSpellingAutoCorrect[] = "enable-spelling-auto-correct";
744 744
745 // Enables sending user feedback to spelling service. 745 // Enables participation in the field trial for user feedback to spelling
746 const char kEnableSpellingServiceFeedback[] = 746 // service.
747 "enable-spelling-service-feedback"; 747 const char kEnableSpellingFeedbackFieldTrial[] =
748 "enable-spelling-feedback-field-trial";
748 749
749 // Enables the stacked tabstrip. 750 // Enables the stacked tabstrip.
750 const char kEnableStackedTabStrip[] = "enable-stacked-tab-strip"; 751 const char kEnableStackedTabStrip[] = "enable-stacked-tab-strip";
751 752
752 // Enables an experimental hosted app experience. 753 // Enables an experimental hosted app experience.
753 const char kEnableStreamlinedHostedApps[] = "enable-streamlined-hosted-apps"; 754 const char kEnableStreamlinedHostedApps[] = "enable-streamlined-hosted-apps";
754 755
755 // Enables experimental suggestions pane in New Tab page. 756 // Enables experimental suggestions pane in New Tab page.
756 const char kEnableSuggestionsTabPage[] = "enable-suggestions-ntp"; 757 const char kEnableSuggestionsTabPage[] = "enable-suggestions-ntp";
757 758
(...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
1630 1631
1631 // ----------------------------------------------------------------------------- 1632 // -----------------------------------------------------------------------------
1632 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1633 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1633 // 1634 //
1634 // You were going to just dump your switches here, weren't you? Instead, please 1635 // You were going to just dump your switches here, weren't you? Instead, please
1635 // put them in alphabetical order above, or in order inside the appropriate 1636 // put them in alphabetical order above, or in order inside the appropriate
1636 // ifdef at the bottom. The order should match the header. 1637 // ifdef at the bottom. The order should match the header.
1637 // ----------------------------------------------------------------------------- 1638 // -----------------------------------------------------------------------------
1638 1639
1639 } // namespace switches 1640 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698