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

Unified Diff: ppapi/api/pp_directory_entry.idl

Issue 14784002: Move DirectoryReader::ReadEntries to FileRef::ReadDirectoryEntries (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebased Created 7 years, 8 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 | « ppapi/api/dev/ppb_directory_reader_dev.idl ('k') | ppapi/api/ppb_file_ref.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
+};
« no previous file with comments | « ppapi/api/dev/ppb_directory_reader_dev.idl ('k') | ppapi/api/ppb_file_ref.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698