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

Unified Diff: chrome/test/data/chromeproxy/extension/popup.html

Issue 1438043006: Check in Data Saver extension into Chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make all lines<80 characters, fixed remaining presubmit warnings Created 5 years, 1 month 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: 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>
« no previous file with comments | « chrome/test/data/chromeproxy/extension/popup.css ('k') | chrome/test/data/chromeproxy/extension/popup_compiled.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698