be6d990a97
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.
11 lines
202 B
C++
11 lines
202 B
C++
#include "browser/default_web_contents_delegate.h"
|
|
|
|
namespace brightray {
|
|
|
|
DefaultWebContentsDelegate::DefaultWebContentsDelegate() {
|
|
}
|
|
|
|
DefaultWebContentsDelegate::~DefaultWebContentsDelegate() {
|
|
}
|
|
|
|
}
|