| Index: chrome/browser/net/url_request_context_getter.cc
|
| ===================================================================
|
| --- chrome/browser/net/url_request_context_getter.cc (revision 0)
|
| +++ chrome/browser/net/url_request_context_getter.cc (revision 0)
|
| @@ -0,0 +1,10 @@
|
| +// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#include "chrome/browser/net/url_request_context_getter.h"
|
| +#include "net/url_request/url_request_context.h"
|
| +
|
| +net::CookieStore* URLRequestContextGetter::GetCookieStore() {
|
| + return GetURLRequestContext()->cookie_store();
|
| +}
|
|
|
| Property changes on: chrome\browser\net\url_request_context_getter.cc
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|