| Index: content/renderer/devtools/v8_sampling_profiler_browsertest.cc
|
| diff --git a/content/renderer/devtools/v8_sampling_profiler_browsertest.cc b/content/renderer/devtools/v8_sampling_profiler_browsertest.cc
|
| index 9a3dcfb385c5470eb2e25f050f265bb527f1fa35..7d7d5eab0049da8199e00b84862ad5c876065016 100644
|
| --- a/content/renderer/devtools/v8_sampling_profiler_browsertest.cc
|
| +++ b/content/renderer/devtools/v8_sampling_profiler_browsertest.cc
|
| @@ -118,11 +118,11 @@ class V8SamplingProfilerTest : public RenderViewTest {
|
| TraceResultBuffer::SimpleOutput json_output_;
|
| };
|
|
|
| -// TODO(alph): Implement on Windows and Android
|
| +// TODO(alph): Implement on Windows, Android and ChromeOS.
|
| // The SamplingEventForTesting is fired when the framework collected at
|
| // least one JitCodeAdded event and one sample event.
|
|
|
| -#if defined(OS_WIN) || defined(OS_ANDROID)
|
| +#if defined(OS_WIN) || defined(OS_ANDROID) || defined(OS_CHROMEOS)
|
| #define MAYBE(x) DISABLED_##x
|
| #else
|
| #define MAYBE(x) x
|
|
|