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

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

Issue 1415513002: Remove plumbing for inert-visual-viewport flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/public/common/web_preferences.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 "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 // The number of MSAA samples for canvas2D. Requires MSAA support by GPU to 9 // The number of MSAA samples for canvas2D. Requires MSAA support by GPU to
10 // have an effect. 0 disables MSAA. 10 // have an effect. 0 disables MSAA.
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 536
537 // These mappings only apply to the host resolver. 537 // These mappings only apply to the host resolver.
538 const char kHostResolverRules[] = "host-resolver-rules"; 538 const char kHostResolverRules[] = "host-resolver-rules";
539 539
540 // Ignores certificate-related errors. 540 // Ignores certificate-related errors.
541 const char kIgnoreCertificateErrors[] = "ignore-certificate-errors"; 541 const char kIgnoreCertificateErrors[] = "ignore-certificate-errors";
542 542
543 // Ignores GPU blacklist. 543 // Ignores GPU blacklist.
544 const char kIgnoreGpuBlacklist[] = "ignore-gpu-blacklist"; 544 const char kIgnoreGpuBlacklist[] = "ignore-gpu-blacklist";
545 545
546 // Makes all APIs reflect the layout viewport.
547 const char kInertVisualViewport[] = "inert-visual-viewport";
548
549 // Run the GPU process as a thread in the browser process. 546 // Run the GPU process as a thread in the browser process.
550 const char kInProcessGPU[] = "in-process-gpu"; 547 const char kInProcessGPU[] = "in-process-gpu";
551 548
552 // Overrides the timeout, in seconds, that a child process waits for a 549 // Overrides the timeout, in seconds, that a child process waits for a
553 // connection from the browser before killing itself. 550 // connection from the browser before killing itself.
554 const char kIPCConnectionTimeout[] = "ipc-connection-timeout"; 551 const char kIPCConnectionTimeout[] = "ipc-connection-timeout";
555 552
556 // Specifies the flags passed to JS engine 553 // Specifies the flags passed to JS engine
557 const char kJavaScriptFlags[] = "js-flags"; 554 const char kJavaScriptFlags[] = "js-flags";
558 555
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 const char kMemoryPressureThresholdsMb[] = "memory-pressure-thresholds-mb"; 964 const char kMemoryPressureThresholdsMb[] = "memory-pressure-thresholds-mb";
968 965
969 // Enables the exporting of the tracing events to ETW. This is only supported on 966 // Enables the exporting of the tracing events to ETW. This is only supported on
970 // Windows Vista and later. 967 // Windows Vista and later.
971 const char kTraceExportEventsToETW[] = "trace-export-events-to-etw"; 968 const char kTraceExportEventsToETW[] = "trace-export-events-to-etw";
972 #endif 969 #endif
973 970
974 // Don't dump stuff here, follow the same order as the header. 971 // Don't dump stuff here, follow the same order as the header.
975 972
976 } // namespace switches 973 } // namespace switches
OLDNEW
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/public/common/web_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698