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

Unified Diff: tools/android/loading/model_graph.py

Issue 1707173003: tools/android/loading Add 'redirect' and 'ping' content types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: indent Created 4 years, 10 months 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
« no previous file with comments | « no previous file | tools/android/loading/request_track.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/loading/model_graph.py
diff --git a/tools/android/loading/model_graph.py b/tools/android/loading/model_graph.py
index 591bd7f8dc5e61f20ea61205e8b012dca98a1157..e7fcc9350ae847f4a61ddb629db0ac438a465601 100644
--- a/tools/android/loading/model_graph.py
+++ b/tools/android/loading/model_graph.py
@@ -37,6 +37,8 @@ class GraphVisualization(object):
'gif': 'grey',
'image': 'orange',
'jpeg': 'orange',
+ 'ping': 'cyan', # Empty response
+ 'redirect': 'forestgreen',
'png': 'orange',
'plain': 'brown3',
'octet-stream': 'brown3',
« no previous file with comments | « no previous file | tools/android/loading/request_track.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698