mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Merge revision 1093 changes:
- Fix popup window behavioral errors introduced by revision 1085 changes (issue #816). git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1364@1094 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -210,7 +210,7 @@ class Delegate : public InternalHandlerDelegate {
|
||||
}
|
||||
|
||||
if (!handled && domain != CHROME_VERSION) {
|
||||
DLOG(INFO) << "Reguest for unknown chrome resource: " <<
|
||||
LOG(INFO) << "Reguest for unknown chrome resource: " <<
|
||||
url.spec().c_str();
|
||||
action->redirect_url =
|
||||
GURL(std::string(kChromeURL) + kChromeVersionDomain);
|
||||
|
Reference in New Issue
Block a user