Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: tools/telemetry/telemetry/connection_gone_exception.py

Issue 11348370: [Telemetry] Fix a possible source of flakiness on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/telemetry/connection_gone_exception.py
diff --git a/native_client_sdk/src/build_tools/sdk_tools/__init__.py b/tools/telemetry/telemetry/connection_gone_exception.py
similarity index 61%
copy from native_client_sdk/src/build_tools/sdk_tools/__init__.py
copy to tools/telemetry/telemetry/connection_gone_exception.py
index d0efbeb4c2bddf95f61e837cbfec2099d2d7b39d..6690bff251f692cad21ed3a3ce9bc4af14556350 100644
--- a/native_client_sdk/src/build_tools/sdk_tools/__init__.py
+++ b/tools/telemetry/telemetry/connection_gone_exception.py
@@ -1,5 +1,6 @@
# 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.
-
-"""sdk_tools Package"""
+class ConnectionGoneException(Exception):
+ """Represents an error connecting to the browser."""
+ pass

Powered by Google App Engine
This is Rietveld 408576698