mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Remove custom chrome scheme handling (see #3685)
- Add CEF info to existing chrome://version WebUI. - Move chrome://license handling to WebUI. - Remove chrome://webui-hosts; use chrome://chrome-urls instead. - Remove chrome://extension-support; navigate to docs directly instead.
This commit is contained in:
@@ -176,7 +176,6 @@ void RunWebUITest(const std::string& url) {
|
||||
|
||||
WEBUI_TEST(accessibility)
|
||||
WEBUI_TEST(blob_internals)
|
||||
WEBUI_TEST(extensions_support)
|
||||
WEBUI_TEST(gpu)
|
||||
WEBUI_TEST(histograms)
|
||||
WEBUI_TEST(indexeddb_internals)
|
||||
@@ -189,7 +188,6 @@ WEBUI_TEST(system)
|
||||
WEBUI_TEST(tracing)
|
||||
WEBUI_TEST(version)
|
||||
WEBUI_TEST(webrtc_internals)
|
||||
WEBUI_TEST(webui_hosts)
|
||||
|
||||
// Test hosts with multiple URLs.
|
||||
|
||||
|
Reference in New Issue
Block a user