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

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: 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
Index: remoting/webapp/main.html
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html
index 635e47a8b1e797e6b8dc77a11828ec7df1ad7181..e444e8da9b00bb1878837df3b999f74161689b15 100644
--- a/remoting/webapp/main.html
+++ b/remoting/webapp/main.html
@@ -43,6 +43,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>
@@ -83,6 +84,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>

Powered by Google App Engine
This is Rietveld 408576698