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

Unified Diff: chrome/browser/resources/flags_warning.html

Issue 12330137: Allow normal users to change per session flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix include for a moved file. Created 7 years, 9 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
« no previous file with comments | « chrome/browser/resources/flags.html ('k') | chrome/browser/ui/webui/flags_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/flags_warning.html
diff --git a/chrome/browser/resources/flags_warning.html b/chrome/browser/resources/flags_warning.html
deleted file mode 100644
index a2e4114105b305184ddd6ce78aecaeff091d96b2..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/flags_warning.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE HTML>
-<html i18n-values="dir:textdirection;">
-<head>
-<meta charset="utf-8">
-<style>
-body {
- margin: 10px;
- min-width: 47em;
-}
-
-#owner-only-warning {
- font-size: 156%;
- font-weight: bold;
- margin-bottom: 10px;
- margin-top: 10px;
- padding-bottom: 25px;
- padding-top: 25px;
- -webkit-margin-start: 10px;
- -webkit-padding-start: 80px;
- background-repeat: no-repeat;
- background-image: url('../../../ui/webui/resources/images/phishing_icon.png');
-}
-</style>
-</head>
-<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
- <div id="owner-only-warning">
- <span i18n-content="ownerOnly"></span>
- <span i18n-content="ownerUserId"></span>
- </div>
- <script src="chrome://resources/js/load_time_data.js"></script>
- <script src="chrome://flags/strings.js"></script>
- <script src="chrome://resources/js/i18n_template2.js"></script>
-</body>
-</html>
-
« no previous file with comments | « chrome/browser/resources/flags.html ('k') | chrome/browser/ui/webui/flags_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698