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

Unified Diff: modules/serviceworkers/ServiceWorker.idl

Issue 37053003: Roll IDL to multivm@1467 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 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
« no previous file with comments | « modules/serviceworkers/NavigatorServiceWorker.idl ('k') | modules/speech/SpeechSynthesis.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/serviceworkers/ServiceWorker.idl
diff --git a/core/inspector/InspectorOverlayHost.idl b/modules/serviceworkers/ServiceWorker.idl
similarity index 95%
copy from core/inspector/InspectorOverlayHost.idl
copy to modules/serviceworkers/ServiceWorker.idl
index 2f1978e4e1f4aee160ec91e972d07b57db755d79..866d0eaf970c5955e66d61781be6d94e9a61ae66 100644
--- a/core/inspector/InspectorOverlayHost.idl
+++ b/modules/serviceworkers/ServiceWorker.idl
@@ -27,10 +27,8 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-
[
+ EnabledAtRuntime=ServiceWorker,
NoInterfaceObject
-] interface InspectorOverlayHost {
- void resume();
- void stepOver();
+] interface ServiceWorker {
};
« no previous file with comments | « modules/serviceworkers/NavigatorServiceWorker.idl ('k') | modules/speech/SpeechSynthesis.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698