diff options
Diffstat (limited to 'chrome/test/test_switches.cc')
-rw-r--r-- | chrome/test/test_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/test_switches.cc b/chrome/test/test_switches.cc index 9fbf153..3eb1dd2 100644 --- a/chrome/test/test_switches.cc +++ b/chrome/test/test_switches.cc @@ -10,6 +10,9 @@ const char switches::kExtraChromeFlags[] = "extra-chrome-flags"; // Enable displaying error dialogs (for debugging). const char switches::kEnableErrorDialogs[] = "enable-errdialogs"; +// Time (in milliseconds) for which we wait for live operations to complete. +const char switches::kLiveOperationTimeout[] = "live-operation-timeout"; + // Number of iterations that page cycler tests will run. const char switches::kPageCyclerIterations[] = "page-cycler-iterations"; |