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

Unified Diff: ui/oobe/resources/oobe-element.js

Issue 941973003: New OOBE implementation skeleton using WUG toolkit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: No explicit, gn format. Created 5 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
« no previous file with comments | « ui/oobe/resources/oobe-element.html ('k') | ui/oobe/resources/oobe_ui.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/oobe/resources/oobe-element.js
diff --git a/ppapi/tests/extensions/socket_permissions/main.js b/ui/oobe/resources/oobe-element.js
similarity index 56%
copy from ppapi/tests/extensions/socket_permissions/main.js
copy to ui/oobe/resources/oobe-element.js
index 5fe6185fe5444059e67712c4d131454b575c7e61..aeadaf3f32d5e9ed8ed677eef2056e360fc7e8d5 100644
--- a/ppapi/tests/extensions/socket_permissions/main.js
+++ b/ui/oobe/resources/oobe-element.js
@@ -2,6 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-chrome.app.runtime.onLaunched.addListener(function() {
- chrome.app.window.create('index.html', {width: 500, height: 500});
+Polymer('oobe-element', {
+ initialize: function() {
+ this.contextChanged();
+ },
+
+ contextChanged: function(changedKeys) {
+ }
});
« no previous file with comments | « ui/oobe/resources/oobe-element.html ('k') | ui/oobe/resources/oobe_ui.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698