| Index: core/page/NavigatorID.idl
|
| diff --git a/core/inspector/InspectorOverlayHost.idl b/core/page/NavigatorID.idl
|
| similarity index 85%
|
| copy from core/inspector/InspectorOverlayHost.idl
|
| copy to core/page/NavigatorID.idl
|
| index 2f1978e4e1f4aee160ec91e972d07b57db755d79..a0333ba3548e2586bdcdfcf3964961c68888fed7 100644
|
| --- a/core/inspector/InspectorOverlayHost.idl
|
| +++ b/core/page/NavigatorID.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,9 @@
|
|
|
| [
|
| NoInterfaceObject
|
| -] interface InspectorOverlayHost {
|
| - void resume();
|
| - void stepOver();
|
| +] interface NavigatorID {
|
| + readonly attribute DOMString appName;
|
| + readonly attribute DOMString appVersion;
|
| + readonly attribute DOMString platform;
|
| + readonly attribute DOMString userAgent;
|
| };
|
|
|