mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
When the renderer doesn't handle a key event, we pass it off to the main menu to see if it can handle it. Part of #2.
12 lines
202 B
C++
12 lines
202 B
C++
#include "browser/default_web_contents_delegate.h"
|
|
|
|
namespace brightray {
|
|
|
|
DefaultWebContentsDelegate::DefaultWebContentsDelegate() {
|
|
}
|
|
|
|
DefaultWebContentsDelegate::~DefaultWebContentsDelegate() {
|
|
}
|
|
|
|
}
|