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

Unified Diff: chrome/browser/resources/chromeos/login/custom_elements.js

Issue 642313002: Implemented UI for the meetings controller out-of-box. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@merge_point
Patch Set: Empty line removed. Created 6 years, 2 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/custom_elements.js
diff --git a/ui/native_theme/native_theme_observer.cc b/chrome/browser/resources/chromeos/login/custom_elements.js
similarity index 55%
copy from ui/native_theme/native_theme_observer.cc
copy to chrome/browser/resources/chromeos/login/custom_elements.js
index f516a762027fccab32d569f2466d82c65252c104..fcf0be4a95952f067de5b36805e97d7b672c2b6c 100644
--- a/ui/native_theme/native_theme_observer.cc
+++ b/chrome/browser/resources/chromeos/login/custom_elements.js
@@ -2,10 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/native_theme/native_theme_observer.h"
-
-namespace ui {
-
-NativeThemeObserver::~NativeThemeObserver() {}
-
-} // namespace ui
+<include src="oobe-screen.js">
+<include src="html-echo.js">
+<include src="indeterminate-progress.js">
« no previous file with comments | « chrome/browser/resources/chromeos/login/custom_elements.html ('k') | chrome/browser/resources/chromeos/login/html-echo.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698