| 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;
|
| };
|
|
|