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

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: Rebased to ToT. Created 7 years, 10 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/flags.html
diff --git a/chrome/browser/resources/flags.html b/chrome/browser/resources/flags.html
index a342d5e66f936eed67714707f273f9e9548aa9e5..52e6471630d136a3b99ab299863cf29d1ce64b45 100644
--- a/chrome/browser/resources/flags.html
+++ b/chrome/browser/resources/flags.html
@@ -23,6 +23,11 @@
<span i18n-content="flagsBlurb">WARNING TEXT</span>
</div>
+ <div jsdisplay="ownerUserId" id="blurb-container">
Mattias Nissler (ping if slow) 2013/02/26 16:27:35 blurb-container is now a duplicate ID...
pastarmovj 2013/02/26 17:23:47 Done.
+ <span i18n-content="ownerWarning"></span>
+ <span i18n-content="ownerUserId"></span>
+ </div>
+
<div id="flagsExperimentTemplate">
<div id="container" class="vbox-container">

Powered by Google App Engine
This is Rietveld 408576698