diff options
author | scottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-27 18:38:25 +0000 |
---|---|---|
committer | scottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-27 18:38:25 +0000 |
commit | 0233759c8f0a17a73899bfed59ae21a777a3d637 (patch) | |
tree | 80d589261b7970c8980eb741fb69430a82dce892 /chrome/service/service_ipc_server.h | |
parent | c5a272dbd00c74dffe922523811a4ecbcd7f882b (diff) | |
download | chromium_src-0233759c8f0a17a73899bfed59ae21a777a3d637.zip chromium_src-0233759c8f0a17a73899bfed59ae21a777a3d637.tar.gz chromium_src-0233759c8f0a17a73899bfed59ae21a777a3d637.tar.bz2 |
Cloud print proxy management UI.
Based in the Under-the-Hood section of options, this UI allows mere mortals to turn on and off the cloud print proxy. Currently working on Windows only, behind a flag.
BUG=none
TEST=Open up the options, turn CPP on and off.
Review URL: http://codereview.chromium.org/3450021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60684 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service/service_ipc_server.h')
-rw-r--r-- | chrome/service/service_ipc_server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/service/service_ipc_server.h b/chrome/service/service_ipc_server.h index 5cd8624..02bf3bb 100644 --- a/chrome/service/service_ipc_server.h +++ b/chrome/service/service_ipc_server.h @@ -40,7 +40,7 @@ class ServiceIPCServer : public IPC::Channel::Listener, void OnEnableCloudPrintProxy(const std::string& lsid); void OnEnableCloudPrintProxyWithTokens(const std::string& cloud_print_token, const std::string& talk_token); - void OnIsCloudPrintProxyEnabled(bool* is_enabled, std::string* email); + void OnIsCloudPrintProxyEnabled(); void OnEnableRemotingWithTokens(const std::string& login, const std::string& remoting_token, |