diff options
author | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-19 01:39:29 +0000 |
---|---|---|
committer | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-19 01:39:29 +0000 |
commit | ce66b49db8a2b0add7dfbcfc16a0d15f6bbd85ba (patch) | |
tree | 052c4b6b0aca884ccae3a64cd6a65997149f08f8 /dbus | |
parent | dad7ad48393cb560438ec23b7242d8354fed62ec (diff) | |
download | chromium_src-ce66b49db8a2b0add7dfbcfc16a0d15f6bbd85ba.zip chromium_src-ce66b49db8a2b0add7dfbcfc16a0d15f6bbd85ba.tar.gz chromium_src-ce66b49db8a2b0add7dfbcfc16a0d15f6bbd85ba.tar.bz2 |
Revert 142847 - Add a CONNECT_REQUESTED state to Network ConnectionState.
When a connection request is made, Chrome now sets the state to CONNECT_REQUESTED and ignores "Idle" state updates while in that state.
This informs the UI to show "connecting" icons / text until the connection attempt succeeds or fails.
Also: Don't update the network icon while scanning.
Also: includes a bunch of logging changes for improved debugging.
BUG=125121
TEST=See issue, test connecting between networks, UI should behave correctly.
For chrome/browser/chromeos/gdata:
TBR=tbarzic@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10554013
TBR=stevenjb@google.com
Review URL: https://chromiumcodereview.appspot.com/10536197
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142889 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'dbus')
-rw-r--r-- | dbus/object_proxy.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbus/object_proxy.cc b/dbus/object_proxy.cc index ba51efa..62c0eb8 100644 --- a/dbus/object_proxy.cc +++ b/dbus/object_proxy.cc @@ -494,7 +494,6 @@ void ObjectProxy::LogMethodCallFailure( return; LOG(ERROR) << "Failed to call method: " << interface_name << "." << method_name - << ": object_path= " << object_path_.value() << ": " << error_name << ": " << error_message; } |