diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-20 01:20:56 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-20 01:20:56 +0000 |
commit | 0983710c01d97e432bcb6b3efd0a0f1c36a16d2d (patch) | |
tree | ca46fa56cf89c81b116d4f643462486358c85356 /chrome | |
parent | 7fa3dbc4c3d0f99caf8b38e31c249615e66075e2 (diff) | |
download | chromium_src-0983710c01d97e432bcb6b3efd0a0f1c36a16d2d.zip chromium_src-0983710c01d97e432bcb6b3efd0a0f1c36a16d2d.tar.gz chromium_src-0983710c01d97e432bcb6b3efd0a0f1c36a16d2d.tar.bz2 |
Revert 101882 - Add some comment about how to test the proxy resolution service manually.
TEST=build chrome
BUG=chromium-os:18904
Review URL: http://codereview.chromium.org/7972003
TBR=satorux@chromium.org
Review URL: http://codereview.chromium.org/7966010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101884 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/chromeos/dbus/proxy_resolution_service_provider.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/chrome/browser/chromeos/dbus/proxy_resolution_service_provider.h b/chrome/browser/chromeos/dbus/proxy_resolution_service_provider.h index dcbd0b8..2bb644e 100644 --- a/chrome/browser/chromeos/dbus/proxy_resolution_service_provider.h +++ b/chrome/browser/chromeos/dbus/proxy_resolution_service_provider.h @@ -44,35 +44,6 @@ class ProxyResolverInterface; // like "PROXY cache.example.com:12345" // - string:error_message - error message. Empty if successful. // -// This service can be manually tested using dbus-monitor and -// dbus-send. For instance, you can resolve proxy configuration for -// http://www.gmail.com/ as follows: -// -// 1. Open a terminal and run the following: -// -// % dbus-monitor --system interface=org.chromium.TestInterface -// -// 2. Open another terminal and run the following: -// -// % dbus-send --system --type=method_call \ -// --dest=org.chromium.LibCrosService \ -// /org/chromium/LibCrosService \ -// org.chromium.LibCrosServiceInterface.ResolveNetworkProxy \ -// string:http://www.gmail.com/ \ -// string:org.chromium.TestInterface \ -// string:TestSignal -// -// 3. Go back to the original terminal and check the output which should -// look like: -// -// signal sender=:1.23 -> dest=(null destination) serial=12345 -// path=/org/chromium/LibCrosService; interface=org.chromium.TestInterface; -// member=TestSignal -// string "http://www.gmail.com/" -// string "PROXY proxy.example.com:8080" -// string "" -// - class ProxyResolutionServiceProvider : public CrosDBusService::ServiceProviderInterface { public: |