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

Unified Diff: remoting/webapp/main.html

Issue 12566035: Added survey butter-bar to web-app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improved string grammar. 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 | « remoting/webapp/main.css ('k') | remoting/webapp/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/main.html
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html
index 6a41abff6e3c9aa51501f4f5a750e6008774e967..6004b4bb73e66e32480370cdeed3603cc3d004b3 100644
--- a/remoting/webapp/main.html
+++ b/remoting/webapp/main.html
@@ -44,6 +44,7 @@ found in the LICENSE file.
<script src="server_log_entry.js"></script>
<script src="stats_accumulator.js"></script>
<script src="storage.js"></script>
+ <script src="survey.js"></script>
<script src="toolbar.js"></script>
<script src="ui_mode.js"></script>
<script src="xhr.js"></script>
@@ -84,6 +85,19 @@ found in the LICENSE file.
</div>
</header>
+ <div id="survey-opt-in" class="butter-bar" hidden>
+ <p>
+ <span i18n-content="SURVEY_INVITATION"></span>
+ <a id="survey-accept"
+ href="http://goo.gl/njH2q"
+ target="_blank"
+ i18n-content="SIGN_ME_UP"></a>
+ <a id="survey-decline" href="#">
+ <img src="icon_cross.webp" class="close-icon"></img>
+ </a>
+ </p>
+ </div>
+
<div data-ui-mode="home" hidden>
<section>
« no previous file with comments | « remoting/webapp/main.css ('k') | remoting/webapp/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698