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

Unified Diff: chrome/browser/ui/webui/print_preview_handler.h

Issue 8345025: Print Preview: Adding support for localized margin units and format. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing tests Created 9 years, 2 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
Index: chrome/browser/ui/webui/print_preview_handler.h
diff --git a/chrome/browser/ui/webui/print_preview_handler.h b/chrome/browser/ui/webui/print_preview_handler.h
index f7491dd13b23c9e3d2191c966d6a1ab8f8dca737..86b7abbace81e5c45b91ad41ee1f677887e1b86f 100644
--- a/chrome/browser/ui/webui/print_preview_handler.h
+++ b/chrome/browser/ui/webui/print_preview_handler.h
@@ -136,6 +136,10 @@ class PrintPreviewHandler : public WebUIMessageHandler,
// |args| is unused.
void HandleGetInitiatorTabTitle(const base::ListValue* args);
+ // Asks the browser for the number formatting and measurement system according
+ // to the current locale.
+ void HandleGetNumberFormatAndMeasurementSystem(const base::ListValue* args);
+
// Sends the printer capabilities to the Web UI. |settings_info| contains
// printer capabilities information.
void SendPrinterCapabilities(const base::DictionaryValue& settings_info);
« no previous file with comments | « chrome/browser/resources/print_preview/print_preview_utils_test.html ('k') | chrome/browser/ui/webui/print_preview_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698