Make CefContext non-reference-counted to clarify ownership semantics.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1425 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2013-09-03 18:06:25 +00:00
parent 385be456c3
commit 1a2a0afee5
8 changed files with 54 additions and 37 deletions

View File

@@ -205,7 +205,7 @@ CefBrowserContextImpl::~CefBrowserContextImpl() {
}
base::FilePath CefBrowserContextImpl::GetPath() const {
return _Context->cache_path();
return CefContext::Get()->cache_path();
}
bool CefBrowserContextImpl::IsOffTheRecord() const {