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

Unified Diff: content/browser/webui/web_ui.h

Issue 8528011: Page zoom improvements (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: One last(?) tweak. Created 9 years, 1 month 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
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);

Powered by Google App Engine
This is Rietveld 408576698