Update to Chromium version 43.0.2357.45

This commit is contained in:
Marshall Greenblatt
2015-05-05 19:31:16 -04:00
parent 75b5dd4d81
commit 30b602cd8d
3 changed files with 3 additions and 3 deletions

View File

@@ -7,5 +7,5 @@
# https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding
{
'chromium_checkout': 'refs/tags/43.0.2357.18',
'chromium_checkout': 'refs/tags/43.0.2357.45',
}

View File

@@ -208,7 +208,7 @@ void CefJavaScriptDialogManager::CancelActiveAndPendingDialogs(
#endif
}
void CefJavaScriptDialogManager::WebContentsDestroyed(
void CefJavaScriptDialogManager::ResetDialogState(
content::WebContents* web_contents) {
}

View File

@@ -41,7 +41,7 @@ class CefJavaScriptDialogManager : public content::JavaScriptDialogManager {
void CancelActiveAndPendingDialogs(
content::WebContents* web_contents) override;
void WebContentsDestroyed(
void ResetDialogState(
content::WebContents* web_contents) override;
// Called by the CefJavaScriptDialog when it closes.