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

Unified Diff: chrome/browser/resources/flags.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.css ('k') | chrome/browser/resources/flags_warning.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/flags.html
diff --git a/chrome/browser/resources/flags.html b/chrome/browser/resources/flags.html
index a342d5e66f936eed67714707f273f9e9548aa9e5..473e8658bd22eb9e1e74ce1982430d9649fd9bc6 100644
--- a/chrome/browser/resources/flags.html
+++ b/chrome/browser/resources/flags.html
@@ -18,11 +18,15 @@
<div id="title-spacer"><h1 i18n-content="flagsLongTitle"></h1></div>
</div>
- <div id="blurb-container">
+ <div class="blurb-container">
<span id="blurb-warning" i18n-content="flagsWarningHeader">WARNING</span>
<span i18n-content="flagsBlurb">WARNING TEXT</span>
</div>
+ <div class="blurb-container">
+ <span i18n-content="ownerWarning"></span>
+ </div>
+
<div id="flagsExperimentTemplate">
<div id="container" class="vbox-container">
« no previous file with comments | « chrome/browser/resources/flags.css ('k') | chrome/browser/resources/flags_warning.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698