Chromium Code Reviews| Index: chrome/service/cloud_print/print_system_dummy.cc |
| diff --git a/chrome/service/cloud_print/print_system_dummy.cc b/chrome/service/cloud_print/print_system_dummy.cc |
| index 1db22865ab34f49234d0f744612a83123e637973..a76b14d8905d6580ca806ce10ff4041012eafa1f 100644 |
| --- a/chrome/service/cloud_print/print_system_dummy.cc |
| +++ b/chrome/service/cloud_print/print_system_dummy.cc |
| @@ -12,11 +12,6 @@ |
| namespace cloud_print { |
| -std::string PrintSystem::GenerateProxyId() { |
| - NOTREACHED(); |
| - return std::string(); |
| -} |
| - |
| scoped_refptr<PrintSystem> PrintSystem::CreateInstance( |
| const base::DictionaryValue* print_system_settings) { |
| NOTREACHED(); |