| Index: ppapi/api/pp_directory_entry.idl
|
| diff --git a/chrome/browser/resources/chromeos/network_configuration/css/status.css b/ppapi/api/pp_directory_entry.idl
|
| similarity index 51%
|
| copy from chrome/browser/resources/chromeos/network_configuration/css/status.css
|
| copy to ppapi/api/pp_directory_entry.idl
|
| index feeb43e806abf5bc72e08a4f0b45adce099a4adc..4b12c34b2499e25d938b6ead9798c96b5e6d3240 100644
|
| --- a/chrome/browser/resources/chromeos/network_configuration/css/status.css
|
| +++ b/ppapi/api/pp_directory_entry.idl
|
| @@ -3,11 +3,12 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -.network-dropdown {
|
| - padding-left: 30px;
|
| -}
|
| +/*
|
| + * This file defines the <code>PP_DirectoryEntry</code> struct.
|
| + */
|
|
|
| -iframe[name=network-config-frame] {
|
| - height: 600px;
|
| - width: 600px;
|
| -}
|
| +[assert_size(8)]
|
| +struct PP_DirectoryEntry {
|
| + PP_Resource file_ref;
|
| + PP_FileType file_type;
|
| +};
|
|
|