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

Unified Diff: tools/metrics/actions/extract_actions.py

Issue 373153003: Bypass data reduction proxy when using VPN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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
« tools/metrics/actions/actions.xml ('K') | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/actions/extract_actions.py
diff --git a/tools/metrics/actions/extract_actions.py b/tools/metrics/actions/extract_actions.py
index 573ea6578f2cb7503f4ce01a1ad0f81b3764c74d..8dc95d17ee48d93e05db6a17a5e18396d25185ba 100755
--- a/tools/metrics/actions/extract_actions.py
+++ b/tools/metrics/actions/extract_actions.py
@@ -221,6 +221,8 @@ def AddAndroidActions(actions):
actions.add('Cast_Sender_CastMediaType');
actions.add('Cast_Sender_CastPlayRequested');
actions.add('Cast_Sender_YouTubeDeviceSelected');
+ actions.add('DataReductionProxy_DisabledOnVPN');
+ actions.add('DataReductionProxy_IPAddressChanged');
actions.add('DataReductionProxy_PromoDisplayed');
actions.add('DataReductionProxy_PromoLearnMore');
actions.add('DataReductionProxy_TurnedOn');
« tools/metrics/actions/actions.xml ('K') | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698