Index: remoting/host/gaia_oauth_client.cc |
diff --git a/remoting/host/gaia_oauth_client.cc b/remoting/host/gaia_oauth_client.cc |
index 8b2844b76fdc0f1b5890ba39f846d5671b40cfbd..0412ae05106f9ad39052850288d7b9122edf0b1b 100644 |
--- a/remoting/host/gaia_oauth_client.cc |
+++ b/remoting/host/gaia_oauth_client.cc |
@@ -144,7 +144,7 @@ void GaiaOAuthClient::Core::HandleResponse( |
if (source->GetResponseCode() == net::HTTP_OK) { |
std::string data; |
source->GetResponseAsString(&data); |
- scoped_ptr<Value> message_value(base::JSONReader::Read(data, false)); |
+ scoped_ptr<Value> message_value(base::JSONReader::Read(data)); |
if (message_value.get() && |
message_value->IsType(Value::TYPE_DICTIONARY)) { |
scoped_ptr<DictionaryValue> response_dict( |