Index: third_party/WebKit/Source/modules/webaudio/GainOptions.idl |
diff --git a/chrome/browser/resources/settings/people_page/pin_keyboard.js b/third_party/WebKit/Source/modules/webaudio/GainOptions.idl |
similarity index 72% |
copy from chrome/browser/resources/settings/people_page/pin_keyboard.js |
copy to third_party/WebKit/Source/modules/webaudio/GainOptions.idl |
index 2d63b6558799326c6be72b14460d30cab50f7042..4d2238b2bf036a11aae56ad984bf7fc29377f7b6 100644 |
--- a/chrome/browser/resources/settings/people_page/pin_keyboard.js |
+++ b/third_party/WebKit/Source/modules/webaudio/GainOptions.idl |
@@ -2,4 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-<include src="../../chromeos/quick_unlock/pin_keyboard.js"> |
+dictionary GainOptions : AudioNodeOptions { |
+ float gain; |
+}; |