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

Unified Diff: ppapi/api/dev/pp_optional_structs_dev.idl

Issue 103993006: Add PPB_Alarms_Dev interface definition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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 | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/dev/ppb_alarms_dev.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/dev/pp_optional_structs_dev.idl
diff --git a/chrome/browser/resources/chromeos/network_configuration/css/status.css b/ppapi/api/dev/pp_optional_structs_dev.idl
similarity index 55%
copy from chrome/browser/resources/chromeos/network_configuration/css/status.css
copy to ppapi/api/dev/pp_optional_structs_dev.idl
index feeb43e806abf5bc72e08a4f0b45adce099a4adc..c399eebaa502b3aec63f46ab9a7b1c44cfc33499 100644
--- a/chrome/browser/resources/chromeos/network_configuration/css/status.css
+++ b/ppapi/api/dev/pp_optional_structs_dev.idl
@@ -3,11 +3,12 @@
* found in the LICENSE file.
*/
-.network-dropdown {
- padding-left: 30px;
-}
+/**
+ * This file defines optional structs for primitive types.
+ */
+
+struct PP_Optional_Double_Dev {
+ double_t value;
+ PP_Bool is_set;
+};
-iframe[name=network-config-frame] {
- height: 600px;
- width: 600px;
-}
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/dev/ppb_alarms_dev.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698