Don't preload rarely seen large images
[chromium-blink-merge.git] / components / data_reduction_proxy / content / resources / data_reduction_proxy.js
blobb295ec95a1d31f1bf26d902a0db558f590697f7e
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // Must match the commands handled by
6 // DataReductionProxyBlockingPage::CommandReceived.
7 var DRP_CMD_PROCEED = 'proceed';
8 var DRP_CMD_TAKE_ME_BACK = 'takeMeBack';