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

Unified Diff: chrome/browser/resources/chromeos/slow.html

Issue 22654003: Create system tray item for accessing chrome://slow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review fixes Created 7 years, 4 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
Index: chrome/browser/resources/chromeos/slow.html
diff --git a/chrome/browser/resources/chromeos/slow.html b/chrome/browser/resources/chromeos/slow.html
new file mode 100644
index 0000000000000000000000000000000000000000..a118ef67aa8c1e81cafdecb5dda93ed17fe13eab
--- /dev/null
+++ b/chrome/browser/resources/chromeos/slow.html
@@ -0,0 +1,26 @@
+<!DOCTYPE HTML>
+<html i18n-values="dir:textdirection">
+<head>
+<meta name="viewport" content="width=device-width, initial-scale=1.0,
+ maximum-scale=1.0, user-scalable=no">
+<title i18n-content="title"></title>
+<link rel="stylesheet" href="chrome://resources/css/widgets.css">
+<link rel="stylesheet" href="slow.css">
+<script src="chrome://resources/js/cr.js"></script>
+<script src="chrome://resources/js/cr/event_target.js"></script>
+<script src="chrome://resources/js/local_strings.js"></script>
+<script src="chrome://resources/js/util.js"></script>
+<script src="slow.js"></script>
+</head>
+<body i18n-values=".style.fontFamily:fontfamily;">
+ <div id="container" class="container">
+ <div i18n-content="slowDescription"></div>
+ <br>
+ <div i18n-values=".innerHTML:slowWarning"></div>
+ <div id="container-inner" width=100% class="container-inner">
+ <button id="slow-disable" i18n-content="slowDisable" hidden></button>
+ <button id="slow-enable" i18n-content="slowEnable"></button>
+ </div>
+ </div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698