| Index: chrome/test/data/chromeproxy/extension/popup.html
|
| diff --git a/chrome/test/data/chromeproxy/extension/popup.html b/chrome/test/data/chromeproxy/extension/popup.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f012cbc9cf9478f0329d41ed9b21a792a671bfb3
|
| --- /dev/null
|
| +++ b/chrome/test/data/chromeproxy/extension/popup.html
|
| @@ -0,0 +1,49 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <link rel="stylesheet" type="text/css" href="popup.css">
|
| + <script src="popup_compiled.js"></script>
|
| + </head>
|
| + <body>
|
| + <div id="ext_name"></div>
|
| + <div id="chrome_incompatible" style="display: none;">
|
| + <table><tr><td>
|
| + <img class="alert" src="images/alert.webp">
|
| + </td><td>
|
| + <span id="chrome_incompatible_message"></span>
|
| + </td></tr></table>
|
| + </div>
|
| + <div id="incognito" style="display: none;">
|
| + <table><tr><td>
|
| + <img class="alert" src="images/alert.webp">
|
| + </td><td>
|
| + <span id="incognito_message"></span>
|
| + </td></tr></table>
|
| + </div>
|
| + <div id="main" style="display: none;">
|
| + <div id="proxy_off" style="display: none;">
|
| + <div id="info1"></div>
|
| + <div id="info2"></div>
|
| + <a id="enable_proxy" href="#" tabindex="-1"></a>
|
| + <a tabindex="-1" id="learn_more" target="_blank" href="https://support.google.com/chrome/?p=data_saver_off"></a>
|
| + </div>
|
| + <div id="proxy_on" style="display: none;">
|
| + <canvas id="data_savings_graph" width="278" height="132"></canvas>
|
| + <span id="graph_start_date"></span>
|
| + <span id="graph_end_date"></span>
|
| + <div style="clear: both;"></div>
|
| + <div class="data_savings_numbers">
|
| + <span id="data_savings_percent"></span>
|
| + <div class="data_savings_sizes">
|
| + <div id="original_data_size"></div>
|
| + <div id="compressed_data_size"></div>
|
| + <div style="clear: both;"></div>
|
| + </div>
|
| + <div style="clear: both;"></div>
|
| + </div>
|
| + <a id="disable_proxy" href="#" tabindex="-1"></a>
|
| + <a id="help_feedback" tabindex="-1" target="_blank" href="https://support.google.com/chrome/?p=data_saver_on"></a>
|
| + </div>
|
| + </div>
|
| + </body>
|
| +</html>
|
|
|