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

Unified Diff: client/third_party/infra_libs/ts_mon/common/monitors.py

Issue 2573343002: Roll infra_libs and its dependencies to 066f135 (Closed)
Patch Set: Created 4 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: client/third_party/infra_libs/ts_mon/common/monitors.py
diff --git a/client/third_party/infra_libs/ts_mon/common/monitors.py b/client/third_party/infra_libs/ts_mon/common/monitors.py
index 64c9dda450bc1c433e6a2649c2432b988434d003..dfb99ffad7d88adef7532b8edf3b2e4b3b54e9d8 100644
--- a/client/third_party/infra_libs/ts_mon/common/monitors.py
+++ b/client/third_party/infra_libs/ts_mon/common/monitors.py
@@ -84,6 +84,7 @@ class Monitor(object):
def send(self, metric_pb):
raise NotImplementedError()
+
class HttpsMonitor(Monitor):
_SCOPES = [
« no previous file with comments | « client/third_party/infra_libs/ts_mon/common/metrics.py ('k') | client/third_party/infra_libs/ts_mon/common/pb_to_popo.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698