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

Unified Diff: chrome/browser/extensions/api/cloud_print_private/cloud_print_private_api.h

Issue 14215009: Changed cloud print private API to pass all page settings as single object. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « no previous file | chrome/browser/extensions/api/cloud_print_private/cloud_print_private_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..53e824e2596a5d3e7ef59acf20adaccc0fcf31f7 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,15 @@
namespace extensions {
+namespace api {
+namespace cloud_print_private {
+
+struct UserSettings;
+
+} // namespace cloud_print_private
+} // namespace api
+
+
// For use only in tests.
class CloudPrintTestsDelegate {
public:
@@ -22,8 +31,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;
« no previous file with comments | « no previous file | chrome/browser/extensions/api/cloud_print_private/cloud_print_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698