mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-24 16:31:39 +01:00
c5bb1d019a
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1271@841 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
11 lines
356 B
C++
11 lines
356 B
C++
// Copyright (c) 2012 The Chromium Embedded Framework 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/diagnostics/sqlite_diagnostics.h"
|
|
|
|
// Used by SQLitePersistentCookieStore
|
|
sql::ErrorDelegate* GetErrorHandlerForCookieDb() {
|
|
return NULL;
|
|
}
|