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

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

Issue 22984005: Revert 217172 "Enable high resolution time for TimeTicks::Now on..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 4 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 | « trunk/src/content/public/common/content_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 "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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 // Enables the GPU benchmarking extension 392 // Enables the GPU benchmarking extension
393 const char kEnableGpuBenchmarking[] = "enable-gpu-benchmarking"; 393 const char kEnableGpuBenchmarking[] = "enable-gpu-benchmarking";
394 394
395 // Enables TRACE for GL calls in the renderer. 395 // Enables TRACE for GL calls in the renderer.
396 const char kEnableGpuClientTracing[] = "enable-gpu-client-tracing"; 396 const char kEnableGpuClientTracing[] = "enable-gpu-client-tracing";
397 397
398 // See comment for kEnableCompositingForFixedPosition. 398 // See comment for kEnableCompositingForFixedPosition.
399 const char kEnableHighDpiCompositingForFixedPosition[] = 399 const char kEnableHighDpiCompositingForFixedPosition[] =
400 "enable-high-dpi-fixed-position-compositing"; 400 "enable-high-dpi-fixed-position-compositing";
401 401
402 #if defined(OS_WIN)
403 // Use high resolution timers for TimeTicks.
404 const char kEnableHighResolutionTime[] = "enable-high-resolution-time";
405 #endif
406
407 // Enable HTML Imports 402 // Enable HTML Imports
408 extern const char kEnableHTMLImports[] = "enable-html-imports"; 403 extern const char kEnableHTMLImports[] = "enable-html-imports";
409 404
410 // Enables support for inband text tracks in media content. 405 // Enables support for inband text tracks in media content.
411 const char kEnableInbandTextTracks[] = "enable-inband-text-tracks"; 406 const char kEnableInbandTextTracks[] = "enable-inband-text-tracks";
412 407
413 // Force logging to be enabled. Logging is disabled by default in release 408 // Force logging to be enabled. Logging is disabled by default in release
414 // builds. 409 // builds.
415 const char kEnableLogging[] = "enable-logging"; 410 const char kEnableLogging[] = "enable-logging";
416 411
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 // Forces usage of the test compositor. Needed to run ui tests on bots. 932 // Forces usage of the test compositor. Needed to run ui tests on bots.
938 extern const char kTestCompositor[] = "test-compositor"; 933 extern const char kTestCompositor[] = "test-compositor";
939 #endif 934 #endif
940 935
941 // Don't dump stuff here, follow the same order as the header. 936 // Don't dump stuff here, follow the same order as the header.
942 937
943 // Allows filters (SkImageFilter objects) to be sent between processes over IPC 938 // Allows filters (SkImageFilter objects) to be sent between processes over IPC
944 const char kAllowFiltersOverIPC[] = "allow-filters-over-ipc"; 939 const char kAllowFiltersOverIPC[] = "allow-filters-over-ipc";
945 940
946 } // namespace switches 941 } // namespace switches
OLDNEW
« no previous file with comments | « trunk/src/content/public/common/content_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698