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

Unified Diff: chrome/browser/resources/chromeos/login/html-echo.js

Issue 599273004: Polished UI for the host side of pairing flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@merge_point
Patch Set: Fixed error in Oobe initialization. Created 6 years, 3 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/chromeos/login/html-echo.js
diff --git a/mojo/shell/external_service.mojom b/chrome/browser/resources/chromeos/login/html-echo.js
similarity index 73%
copy from mojo/shell/external_service.mojom
copy to chrome/browser/resources/chromeos/login/html-echo.js
index 8cc9e0cae9d2f9a8d66b1716399be1fc39f8fadc..492dd25e3ef15724f1c52fbcee17b52fff64295b 100644
--- a/mojo/shell/external_service.mojom
+++ b/chrome/browser/resources/chromeos/login/html-echo.js
@@ -2,10 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module mojo {
-
-interface ExternalService {
- Activate(handle<message_pipe>? service_provider_handle);
-};
-
-}
+Polymer('html-echo', {
+ contentChanged: function() {
+ this.innerHTML = this.content;
+ }
+});
« no previous file with comments | « chrome/browser/resources/chromeos/login/html-echo.html ('k') | chrome/browser/resources/chromeos/login/login_common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698