mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
libcef: Update due to underlying chromium changes.
- Remove unnecessary resource-related glue. - Remove methods from BrowserWebViewDelegate with default implementations in WebViewClient and WebFrameClient. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@64 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -152,14 +152,6 @@ bool GetApplicationDirectory(FilePath* path) {
|
||||
return PathService::Get(base::DIR_EXE, path);
|
||||
}
|
||||
|
||||
GURL GetInspectorURL() {
|
||||
return GURL("cef-resource://inspector/inspector.html");
|
||||
}
|
||||
|
||||
std::string GetUIResourceProtocol() {
|
||||
return "cef-resource";
|
||||
}
|
||||
|
||||
bool GetExeDirectory(FilePath* path) {
|
||||
return PathService::Get(base::DIR_EXE, path);
|
||||
}
|
||||
|
Reference in New Issue
Block a user