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

Unified Diff: components/cloud_devices/cloud_device_description.h

Issue 166283002: "Privet" Printing reads DPI for PWG raster conversion from device capabilities. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « chrome/chrome_browser.gypi ('k') | components/cloud_devices/cloud_device_description.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cloud_devices/cloud_device_description.h
diff --git a/components/cloud_devices/cloud_device_description.h b/components/cloud_devices/cloud_device_description.h
index ec59c8726bcb6aade07cd316bcca5499132e63fb..d4ce081b32ae0a2e4fc6adb7b9724f43432aa701 100644
--- a/components/cloud_devices/cloud_device_description.h
+++ b/components/cloud_devices/cloud_device_description.h
@@ -26,6 +26,7 @@ class CloudDeviceDescription {
void Reset();
+ bool InitFromDictionary(scoped_ptr<base::DictionaryValue> root);
bool InitFromString(const std::string& json);
std::string ToString() const;
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/cloud_devices/cloud_device_description.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698