| Index: content/browser/devtools/protocol/tracing_handler_unittest.cc
|
| diff --git a/content/browser/devtools/protocol/tracing_handler_unittest.cc b/content/browser/devtools/protocol/tracing_handler_unittest.cc
|
| index 6b1f7a9c3f893fdd5cefeb38e102e1778cd447e2..b5cda566aef3b9f8dcb84fc14e9cb7d25b5e75aa 100644
|
| --- a/content/browser/devtools/protocol/tracing_handler_unittest.cc
|
| +++ b/content/browser/devtools/protocol/tracing_handler_unittest.cc
|
| @@ -17,7 +17,6 @@ namespace {
|
| const char kCustomTraceConfigString[] =
|
| "{"
|
| "\"enable_argument_filter\":true,"
|
| - "\"enable_sampling\":true,"
|
| "\"enable_systrace\":true,"
|
| "\"excluded_categories\":[\"excluded\",\"exc_pattern*\"],"
|
| "\"included_categories\":[\"included\","
|
| @@ -38,7 +37,6 @@ const char kCustomTraceConfigString[] =
|
| const char kCustomTraceConfigStringDevToolsStyle[] =
|
| "{"
|
| "\"enableArgumentFilter\":true,"
|
| - "\"enableSampling\":true,"
|
| "\"enableSystrace\":true,"
|
| "\"excludedCategories\":[\"excluded\",\"exc_pattern*\"],"
|
| "\"includedCategories\":[\"included\","
|
|
|