| Index: content/browser/webui/web_ui.h
|
| ===================================================================
|
| --- content/browser/webui/web_ui.h (revision 110998)
|
| +++ content/browser/webui/web_ui.h (working copy)
|
| @@ -219,6 +219,9 @@
|
| // Extract an integer value from a list Value.
|
| bool ExtractIntegerValue(const base::ListValue* value, int* out_int);
|
|
|
| + // Extract a floating point (double) value from a list Value.
|
| + bool ExtractDoubleValue(const base::ListValue* value, double* out_value);
|
| +
|
| // Extract a string value from a list Value.
|
| string16 ExtractStringValue(const base::ListValue* value);
|
|
|
|
|