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

Unified Diff: remoting/webapp/main.html

Issue 14803010: Add link to Hangouts Remote Desktop in the It2Me section of the remoting app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/remoting.js » ('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 89d0ec75416a090f5b34ecd9a63000cf45d7cf52..2c4d33130ecc3067d417f9ec95e40f04fd905b08 100644
--- a/remoting/webapp/main.html
+++ b/remoting/webapp/main.html
@@ -15,6 +15,7 @@ found in the LICENSE file.
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="menu_button.css">
<link rel="stylesheet" href="toolbar.css">
+ <script src="butter_bar.js"></script>
<script src="client_plugin.js"></script>
<script src="client_plugin_async.js"></script>
<script src="client_screen.js"></script>
@@ -41,11 +42,10 @@ found in the LICENSE file.
<script src="oauth2.js"></script>
<script src="plugin_settings.js"></script>
<script src="remoting.js"></script>
- <script src="session_connector.js"></script>
<script src="server_log_entry.js"></script>
+ <script src="session_connector.js"></script>
<script src="stats_accumulator.js"></script>
<script src="storage.js"></script>
- <script src="survey.js"></script>
<script src="third_party_host_permissions.js"></script>
<script src="third_party_token_fetcher.js"></script>
<script src="toolbar.js"></script>
@@ -89,15 +89,11 @@ found in the LICENSE file.
</div>
</header>
- <div id="survey-opt-in" class="butter-bar" hidden>
+ <div id="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>
+ <span id="butter-bar-message"></span>
+ <a id="butter-bar-dismiss" href="#">
+ <img src="icon_cross.webp" class="close-icon">
</a>
</p>
</div>
« no previous file with comments | « remoting/webapp/main.css ('k') | remoting/webapp/remoting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698