Chromium Code Reviews| Index: content/public/common/content_switches.cc |
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
| index d77355530d8f9c1948a6976c241a68b133ccb3ea..ff5df70d37e67894a9f27b1046e1698fe7ece1ce 100644 |
| --- a/content/public/common/content_switches.cc |
| +++ b/content/public/common/content_switches.cc |
| @@ -858,6 +858,9 @@ const char kUseMobileUserAgent[] = "use-mobile-user-agent"; |
| // Use the new surfaces system to handle compositor delegation. |
| const char kUseSurfaces[] = "use-surfaces"; |
| +// Disable the use of the new surfaces system to handle compositor delegation. |
| +const char kDisableSurfaces[] = "disable-surfaces"; |
|
piman
2014/12/05 21:13:15
Mind adding this with other flags in chrome/browse
|
| + |
| // On POSIX only: the contents of this flag are prepended to the utility |
| // process command line. Useful values might be "valgrind" or "xterm -e gdb |
| // --args". |