Commit 854ada3f authored by zelidrag@chromium.org's avatar zelidrag@chromium.org

Build break fix.

BUG=none
TEST=none
TBR=xiyuan

Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110667
Review URL: http://codereview.chromium.org/8586007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110668 0039d316-1c4b-4281-b951-d872f2087c98
parent 561abfd5
...@@ -244,7 +244,7 @@ class OAuthLoginVerifier : public base::SupportsWeakPtr<OAuthLoginVerifier>, ...@@ -244,7 +244,7 @@ class OAuthLoginVerifier : public base::SupportsWeakPtr<OAuthLoginVerifier>,
if (oauth_fetcher_.HasPendingFetch() || gaia_fetcher_.HasPendingFetch()) if (oauth_fetcher_.HasPendingFetch() || gaia_fetcher_.HasPendingFetch())
return; return;
if (CrosLibrary::Get()->EnsureLoaded()) { if (CrosLibrary::Get()->libcros_loaded()) {
// Delay the verification if the network is not connected or on a captive // Delay the verification if the network is not connected or on a captive
// portal. // portal.
const Network* network = const Network* network =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment