Chromium Code Reviews| Index: chrome/browser/extensions/api/cloud_print_private/cloud_print_private_api.h |
| diff --git a/chrome/browser/extensions/api/cloud_print_private/cloud_print_private_api.h b/chrome/browser/extensions/api/cloud_print_private/cloud_print_private_api.h |
| index a2b87bfeb576cb1374d7e227f4466cc0ebd6a087..25e30c9248cf26d065c3b14af7056541fdab8c20 100644 |
| --- a/chrome/browser/extensions/api/cloud_print_private/cloud_print_private_api.h |
| +++ b/chrome/browser/extensions/api/cloud_print_private/cloud_print_private_api.h |
| @@ -12,6 +12,17 @@ |
| namespace extensions { |
| +namespace api { |
| + |
|
asargent_no_longer_on_chrome
2013/04/17 19:05:04
optional suggestion: remove this blank line
Vitaly Buka (NO REVIEWS)
2013/04/18 00:00:11
Done.
|
| +namespace cloud_print_private { |
| + |
| +struct UserSettings; |
| + |
| +} // namespace cloud_print_private |
| + |
|
asargent_no_longer_on_chrome
2013/04/17 19:05:04
this one too
Vitaly Buka (NO REVIEWS)
2013/04/18 00:00:11
Done.
|
| +} // namespace api |
| + |
| + |
| // For use only in tests. |
| class CloudPrintTestsDelegate { |
| public: |
| @@ -22,8 +33,7 @@ class CloudPrintTestsDelegate { |
| const std::string& user_email, |
| const std::string& robot_email, |
| const std::string& credentials, |
| - bool connect_new_printers, |
| - const std::vector<std::string>& printer_blacklist) = 0; |
| + const api::cloud_print_private::UserSettings& user_settings) = 0; |
| virtual std::string GetHostName() = 0; |