| Index: base/debug/trace_event_unittest.cc
|
| ===================================================================
|
| --- base/debug/trace_event_unittest.cc (revision 212608)
|
| +++ base/debug/trace_event_unittest.cc (working copy)
|
| @@ -1677,8 +1677,6 @@
|
| "record-continuously,enable-sampling"));
|
| }
|
|
|
| -// Not supported in split dll build. http://crbug.com/256965
|
| -#if !defined(CHROME_SPLIT_DLL)
|
| TEST_F(TraceEventTestFixture, TraceSampling) {
|
| event_watch_notification_ = 0;
|
| TraceLog::GetInstance()->SetEnabled(
|
| @@ -1738,7 +1736,6 @@
|
|
|
| EndTraceAndFlush();
|
| }
|
| -#endif // !CHROME_SPLIT_DLL
|
|
|
| class MyData : public base::debug::ConvertableToTraceFormat {
|
| public:
|
|
|