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

Unified Diff: chrome/browser/resources/chromeos/login/new/oobe.js

Issue 941973003: New OOBE implementation skeleton using WUG toolkit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits. 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
Index: chrome/browser/resources/chromeos/login/new/oobe.js
diff --git a/chrome/browser/resources/chromeos/login/new/oobe.js b/chrome/browser/resources/chromeos/login/new/oobe.js
deleted file mode 100644
index cc5952c83aa124c642317d86da95c7387ede8e36..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/chromeos/login/new/oobe.js
+++ /dev/null
@@ -1,7 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-window.addEventListener('load', function() {
- console.log('Hello, world!');
-});

Powered by Google App Engine
This is Rietveld 408576698