diff options
Diffstat (limited to 'chrome/service/cloud_print/print_system_win.cc')
-rw-r--r-- | chrome/service/cloud_print/print_system_win.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/service/cloud_print/print_system_win.cc b/chrome/service/cloud_print/print_system_win.cc index 58a27fa..d1e00c8 100644 --- a/chrome/service/cloud_print/print_system_win.cc +++ b/chrome/service/cloud_print/print_system_win.cc @@ -610,7 +610,8 @@ std::string PrintSystem::GenerateProxyId() { return ret; } -scoped_refptr<PrintSystem> PrintSystem::CreateInstance() { +scoped_refptr<PrintSystem> PrintSystem::CreateInstance( + const DictionaryValue* print_system_settings) { return new PrintSystemWin; } |