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

Unified Diff: core/page/NavigatorOnLine.idl

Issue 23534036: Roll IDL files forward (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: 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
« no previous file with comments | « core/page/NavigatorID.idl ('k') | core/page/Window.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/page/NavigatorOnLine.idl
diff --git a/core/inspector/InspectorOverlayHost.idl b/core/page/NavigatorOnLine.idl
similarity index 92%
copy from core/inspector/InspectorOverlayHost.idl
copy to core/page/NavigatorOnLine.idl
index 2f1978e4e1f4aee160ec91e972d07b57db755d79..db4b08c1e0f9b67062b25e1f1cbb3a17605af914 100644
--- a/core/inspector/InspectorOverlayHost.idl
+++ b/core/page/NavigatorOnLine.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 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
@@ -30,7 +30,6 @@
[
NoInterfaceObject
-] interface InspectorOverlayHost {
- void resume();
- void stepOver();
+] interface NavigatorOnLine {
+ readonly attribute boolean onLine;
};
« no previous file with comments | « core/page/NavigatorID.idl ('k') | core/page/Window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698