summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation
diff options
context:
space:
mode:
authorers@chromium.org <ers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-31 15:54:20 +0000
committerers@chromium.org <ers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-31 15:54:20 +0000
commitc7af6de1af41671fc146dbb3ba5fe8666b49b662 (patch)
tree60d7732220df3f625770fdd48d7d26b54b6e8467 /chrome/browser/automation
parent252014f95ffbc88c6b627bb1a1fa4ff019096707 (diff)
downloadchromium_src-c7af6de1af41671fc146dbb3ba5fe8666b49b662.zip
chromium_src-c7af6de1af41671fc146dbb3ba5fe8666b49b662.tar.gz
chromium_src-c7af6de1af41671fc146dbb3ba5fe8666b49b662.tar.bz2
Add portal detection for all types of connections.
This changes keeps the UI in sync with changes to flimflam in which "portal" and "online" are now services states instead of being a separate connectivity state. They are also reported for all services (except VPN). See also: http://codereview.chromium.org/6833009/ BUG=chromium-os:3281 TEST=run activation for Verizon using real modem and mock modem. Submitting on behalf of jglasgow@chromium.org, original CL: http://codereview.chromium.org/6899062 R=ers@chromium.org Review URL: http://codereview.chromium.org/7054040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87307 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation')
-rw-r--r--chrome/browser/automation/testing_automation_provider_chromeos.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/automation/testing_automation_provider_chromeos.cc b/chrome/browser/automation/testing_automation_provider_chromeos.cc
index c93ce23..91302838 100644
--- a/chrome/browser/automation/testing_automation_provider_chromeos.cc
+++ b/chrome/browser/automation/testing_automation_provider_chromeos.cc
@@ -347,8 +347,6 @@ void TestingAutomationProvider::GetNetworkInfo(DictionaryValue* args,
item->SetString("usage_url", cellular_networks[i]->usage_url());
item->SetString("network_technology",
cellular_networks[i]->GetNetworkTechnologyString());
- item->SetString("connectivity_state",
- cellular_networks[i]->GetConnectivityStateString());
item->SetString("activation_state",
cellular_networks[i]->GetActivationStateString());
item->SetString("roaming_state",