Skip to content

Commit

Permalink
custom cookies per app
Browse files Browse the repository at this point in the history
  • Loading branch information
carllobo committed Dec 19, 2012
1 parent 1049e8c commit 14d86e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/ui/win32/win32_ui_binding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,10 @@ namespace ti
setPreprocessCallback(PreprocessURLCallback);
setProxyCallback(ProxyForURLCallback);

#ifndef TIDE_LITE
std::string cookieJarFilename(FileUtils::Join(
Host::GetInstance()->GetApplication()->GetDataPath().c_str(),
"cookies.dat", 0));
setCookieJarFilename(cookieJarFilename.c_str());
#endif
}

Win32UIBinding::~Win32UIBinding()
Expand Down

0 comments on commit 14d86e2

Please sign in to comment.