| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index 1e2bba4e5ae035ee6efb15884f72929a64fb3c7a..692012a8e91534fa0ac75bc131e834d030fe4ec7 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| @@ -196,7 +196,8 @@ class OffTheRecordProfileImpl : public Profile,
|
| NewRunnableMethod(appcache_service_.get(),
|
| &ChromeAppCacheService::InitializeOnIOThread,
|
| GetPath(), IsOffTheRecord(),
|
| - make_scoped_refptr(GetHostContentSettingsMap())));
|
| + make_scoped_refptr(GetHostContentSettingsMap()),
|
| + false));
|
| }
|
| return appcache_service_;
|
| }
|
|
|