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

Unified Diff: Source/modules/testing/InternalsVibration.idl

Issue 18478003: Vibration cannot be canceled during pattern vibration. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Vibration cannot be canceled during pattern vibration. Created 7 years, 4 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: Source/modules/testing/InternalsVibration.idl
diff --git a/Source/modules/filesystem/EntriesCallback.idl b/Source/modules/testing/InternalsVibration.idl
similarity index 91%
copy from Source/modules/filesystem/EntriesCallback.idl
copy to Source/modules/testing/InternalsVibration.idl
index 8bed9d54bdb50f70758c8adb40e62f75ac735ee8..51eaa2928f3c6dcd94e73ab507c4b18d27514504 100644
--- a/Source/modules/filesystem/EntriesCallback.idl
+++ b/Source/modules/testing/InternalsVibration.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Google Inc. All rights reserved.
+ * Copyright (C) 2013 Samsung Electronics. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -28,6 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-callback interface EntriesCallback {
- boolean handleEvent(Entry[] entries);
+[
+] partial interface Internals {
+ boolean isVibrating(Document document);
};

Powered by Google App Engine
This is Rietveld 408576698