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

Side by Side Diff: content/public/common/content_switches.cc

Issue 15846014: Added support for EXT_frag_depth (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed gman's feedback Created 7 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 | « content/public/common/content_switches.h ('k') | content/renderer/render_thread_impl.cc » ('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 "content/public/common/content_switches.h" 5 #include "content/public/common/content_switches.h"
6 6
7 namespace switches { 7 namespace switches {
8 8
9 // By default, file:// URIs cannot read other file:// URIs. This is an 9 // By default, file:// URIs cannot read other file:// URIs. This is an
10 // override for developers who need the old behavior for testing. 10 // override for developers who need the old behavior for testing.
(...skipping 824 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 // Defaults to enabled. 835 // Defaults to enabled.
836 const char kOverscrollHistoryNavigation[] = 836 const char kOverscrollHistoryNavigation[] =
837 "overscroll-history-navigation"; 837 "overscroll-history-navigation";
838 838
839 // Forward overscroll event data from the renderer to the browser. 839 // Forward overscroll event data from the renderer to the browser.
840 const char kEnableOverscrollNotifications[] = "enable-overscroll-notifications"; 840 const char kEnableOverscrollNotifications[] = "enable-overscroll-notifications";
841 841
842 // Enables 'image/webp' accept header for image requests. 842 // Enables 'image/webp' accept header for image requests.
843 const char kEnableWebPInAcceptHeader[] = "enable-webp-in-accept-header"; 843 const char kEnableWebPInAcceptHeader[] = "enable-webp-in-accept-header";
844 844
845 // Enabled WebGL extensions not yet approved by the community.
Ken Russell (switch to Gerrit) 2013/05/29 15:16:44 Enabled -> Enables?
846 const char kEnableWebGLDraftExtensions[] = "enable-webgl-draft-extensions";
847
845 } // namespace switches 848 } // namespace switches
OLDNEW
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698