Index: tools/telemetry/telemetry/core/timeline/recording_options.py |
diff --git a/tools/telemetry/telemetry/core/timeline/recording_options.py b/tools/telemetry/telemetry/core/timeline/recording_options.py |
deleted file mode 100644 |
index a8c7e1451bcebd080f58dc10fc171ede504c7792..0000000000000000000000000000000000000000 |
--- a/tools/telemetry/telemetry/core/timeline/recording_options.py |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-# Copyright 2014 The Chromium Authors. All rights reserved. |
-# Use of this source code is governed by a BSD-style license that can be |
-# found in the LICENSE file. |
- |
- |
-class TimelineRecordingOptions(object): |
- def __init__(self): |
- self.record_timeline = True |
- self.record_network = False |