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

Unified Diff: chrome/service/service_process.h

Issue 7485011: Virtual Cloud Print Driver for Mac. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed copyright Created 9 years, 4 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/service/service_main.cc ('k') | chrome/service/service_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/service_process.h
diff --git a/chrome/service/service_process.h b/chrome/service/service_process.h
index ce1fc5a82ad4c33d041c31d97d3a9a78d0c0c921..8379fb8980c2e5618b83100198251d3760a471b4 100644
--- a/chrome/service/service_process.h
+++ b/chrome/service/service_process.h
@@ -39,6 +39,11 @@ class ServiceProcess : public CloudPrintProxy::Client {
bool Initialize(MessageLoopForUI* message_loop,
const CommandLine& command_line,
ServiceProcessState* state);
+
+ // Functions for Cloud Print virtual driver on Mac.
+ void EnableVirtualPrintDriver();
+ void DisableVirtualPrintDriver();
+
bool Teardown();
// TODO(sanjeevr): Change various parts of the code such as
// net::ProxyService::CreateSystemProxyConfigService to take in
« no previous file with comments | « chrome/service/service_main.cc ('k') | chrome/service/service_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698