| Index: tools/telemetry/telemetry/browser_gone_exception.py
|
| diff --git a/tools/telemetry/telemetry/browser_gone_exception.py b/tools/telemetry/telemetry/browser_gone_exception.py
|
| deleted file mode 100644
|
| index 96f3a26a06d47bdd509c055fb468d2a3812f67d0..0000000000000000000000000000000000000000
|
| --- a/tools/telemetry/telemetry/browser_gone_exception.py
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -# Copyright (c) 2012 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 BrowserGoneException(Exception):
|
| - """Represents a crash of the entire browser.
|
| -
|
| - In this state, all bets are pretty much off."""
|
| - pass
|
| -
|
| -class BrowserConnectionGoneException(BrowserGoneException):
|
| - pass
|
|
|