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

Unified Diff: ui/file_manager/externs/files_elements.js

Issue 1170913006: Add material design toggle ripple element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix format. Created 5 years, 6 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 | « no previous file | ui/file_manager/file_manager/foreground/css/file_manager.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/externs/files_elements.js
diff --git a/chrome/android/javatests/src_dummy/org/chromium/chrome/browser/test/dummy/Dummy.java b/ui/file_manager/externs/files_elements.js
similarity index 53%
copy from chrome/android/javatests/src_dummy/org/chromium/chrome/browser/test/dummy/Dummy.java
copy to ui/file_manager/externs/files_elements.js
index 1805ad6244642cde6711c06bf15cfd17b0a3a0ed..16a79d2029d2c7ae61d2491cc75a9a8104f69a61 100644
--- a/chrome/android/javatests/src_dummy/org/chromium/chrome/browser/test/dummy/Dummy.java
+++ b/ui/file_manager/externs/files_elements.js
@@ -2,10 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.chrome.browser.test.dummy;
+/**
+ * @constructor
+ * @struct
+ * @extends {HTMLElement}
+ */
+function FilesToggleRipple() {}
/**
- * Does nothing.
- * TODO(newt): Delete after the switch to GN. This is only used in GYP.
+ * @type {boolean}
*/
-class Dummy {}
+FilesToggleRipple.prototype.activated;
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/css/file_manager.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698