From 427e48fd18a420b8eb322cbb249b12c0211eea13 Mon Sep 17 00:00:00 2001 From: "ivankr@chromium.org" Date: Wed, 5 Dec 2012 16:02:24 +0000 Subject: [rlz,cros] RLZ glue for ChromeOS. BUG=157348,160059 TBR=nirnimesh,sky Review URL: https://chromiumcodereview.appspot.com/11412067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171233 0039d316-1c4b-4281-b951-d872f2087c98 --- rlz/lib/financial_ping.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'rlz/lib') diff --git a/rlz/lib/financial_ping.cc b/rlz/lib/financial_ping.cc index 9abbd80..1c4d59d 100644 --- a/rlz/lib/financial_ping.cc +++ b/rlz/lib/financial_ping.cc @@ -182,11 +182,6 @@ net::URLRequestContextGetter* g_context; bool FinancialPing::SetURLRequestContext( net::URLRequestContextGetter* context) { - ScopedRlzValueStoreLock lock; - RlzValueStore* store = lock.GetStore(); - if (!store) - return false; - g_context = context; return true; } -- cgit v1.1