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

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

Issue 106713004: Remove kEnableResourceContentSettings and all the code that uses it since it's been behind a flag f… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 7 years 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
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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 // Enables support for the QUIC protocol. This is a temporary testing flag. 710 // Enables support for the QUIC protocol. This is a temporary testing flag.
711 const char kEnableQuic[] = "enable-quic"; 711 const char kEnableQuic[] = "enable-quic";
712 712
713 // Enables support for the HTTPS over QUIC protocol. This is a temporary 713 // Enables support for the HTTPS over QUIC protocol. This is a temporary
714 // testing flag. This only has an effect if QUIC protocol is enabled. 714 // testing flag. This only has an effect if QUIC protocol is enabled.
715 const char kEnableQuicHttps[] = "enable-quic-https"; 715 const char kEnableQuicHttps[] = "enable-quic-https";
716 716
717 // Enables the Quickoffoce/Chrome document viewer rather than the editor. 717 // Enables the Quickoffoce/Chrome document viewer rather than the editor.
718 const char kEnableQuickofficeViewing[] = "enable-quickoffice-viewing"; 718 const char kEnableQuickofficeViewing[] = "enable-quickoffice-viewing";
719 719
720 // Enables content settings based on host *and* plug-in in the user
721 // preferences.
722 const char kEnableResourceContentSettings[] =
723 "enable-resource-content-settings";
724
725 // Enables save password prompt bubble. 720 // Enables save password prompt bubble.
726 const char kEnableSavePasswordBubble[] = "enable-save-password-bubble"; 721 const char kEnableSavePasswordBubble[] = "enable-save-password-bubble";
727 722
728 // Controls the support for SDCH filtering (dictionary based expansion of 723 // Controls the support for SDCH filtering (dictionary based expansion of
729 // content). By default SDCH filtering is enabled. To disable SDCH filtering, 724 // content). By default SDCH filtering is enabled. To disable SDCH filtering,
730 // use "--enable-sdch=0" as command line argument. SDCH is currently only 725 // use "--enable-sdch=0" as command line argument. SDCH is currently only
731 // supported server-side for searches on google.com. 726 // supported server-side for searches on google.com.
732 const char kEnableSdch[] = "enable-sdch"; 727 const char kEnableSdch[] = "enable-sdch";
733 728
734 // Enables support of sticky keys. 729 // Enables support of sticky keys.
(...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after
1666 1661
1667 // ----------------------------------------------------------------------------- 1662 // -----------------------------------------------------------------------------
1668 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1663 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1669 // 1664 //
1670 // You were going to just dump your switches here, weren't you? Instead, please 1665 // You were going to just dump your switches here, weren't you? Instead, please
1671 // put them in alphabetical order above, or in order inside the appropriate 1666 // put them in alphabetical order above, or in order inside the appropriate
1672 // ifdef at the bottom. The order should match the header. 1667 // ifdef at the bottom. The order should match the header.
1673 // ----------------------------------------------------------------------------- 1668 // -----------------------------------------------------------------------------
1674 1669
1675 } // namespace switches 1670 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/content_setting_bubble_contents.cc ('k') | chrome/common/render_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698