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

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

Issue 12096004: Made --enable-rich-notifications flag available to message_center. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased + fixed build issue. Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | ui/message_center/message_center_switches.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 590 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 const char kEnableProfiling[] = "enable-profiling"; 601 const char kEnableProfiling[] = "enable-profiling";
602 602
603 // Enables query extraction in the omnibox. 603 // Enables query extraction in the omnibox.
604 const char kEnableQueryExtraction[] = "enable-query-extraction"; 604 const char kEnableQueryExtraction[] = "enable-query-extraction";
605 605
606 // Enables content settings based on host *and* plug-in in the user 606 // Enables content settings based on host *and* plug-in in the user
607 // preferences. 607 // preferences.
608 const char kEnableResourceContentSettings[] = 608 const char kEnableResourceContentSettings[] =
609 "enable-resource-content-settings"; 609 "enable-resource-content-settings";
610 610
611 // Enables rich templated notifications and NotificationCenter.
612 const char kEnableRichNotifications[] = "enable-rich-notifications";
613
614 // Controls the support for SDCH filtering (dictionary based expansion of 611 // Controls the support for SDCH filtering (dictionary based expansion of
615 // content). By default SDCH filtering is enabled. To disable SDCH filtering, 612 // content). By default SDCH filtering is enabled. To disable SDCH filtering,
616 // use "--enable-sdch=0" as command line argument. SDCH is currently only 613 // use "--enable-sdch=0" as command line argument. SDCH is currently only
617 // supported server-side for searches on google.com. 614 // supported server-side for searches on google.com.
618 const char kEnableSdch[] = "enable-sdch"; 615 const char kEnableSdch[] = "enable-sdch";
619 616
620 // Enable SPDY/3. This is a temporary testing flag. 617 // Enable SPDY/3. This is a temporary testing flag.
621 const char kEnableSpdy3[] = "enable-spdy3"; 618 const char kEnableSpdy3[] = "enable-spdy3";
622 619
623 // Enable SPDY CREDENTIAL frame support. This is a temporary testing flag. 620 // Enable SPDY CREDENTIAL frame support. This is a temporary testing flag.
(...skipping 1006 matching lines...) Expand 10 before | Expand all | Expand 10 after
1630 1627
1631 // ----------------------------------------------------------------------------- 1628 // -----------------------------------------------------------------------------
1632 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1629 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1633 // 1630 //
1634 // You were going to just dump your switches here, weren't you? Instead, please 1631 // 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 1632 // put them in alphabetical order above, or in order inside the appropriate
1636 // ifdef at the bottom. The order should match the header. 1633 // ifdef at the bottom. The order should match the header.
1637 // ----------------------------------------------------------------------------- 1634 // -----------------------------------------------------------------------------
1638 1635
1639 } // namespace switches 1636 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | ui/message_center/message_center_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698