| 404 | } |
| 405 | |
| 406 | void CefPythonApp::SetJavascriptBindings(CefRefPtr<CefBrowser> browser, |
| 407 | CefRefPtr<CefDictionaryValue> data) { |
| 408 | javascriptBindings_[browser->GetIdentifier()] = data; |
| 409 | } |
| 410 | |
| 411 | CefRefPtr<CefDictionaryValue> CefPythonApp::GetJavascriptBindings( |
| 412 | CefRefPtr<CefBrowser> browser) { |
no outgoing calls