Remove all default context menu items

This commit is contained in:
Corey Johnson 2012-08-29 12:27:24 -07:00
parent 10e5c85a75
commit f107474059

View File

@ -44,6 +44,7 @@ void AtomCefClient::OnBeforeContextMenu(
CefRefPtr<CefContextMenuParams> params,
CefRefPtr<CefMenuModel> model) {
model->Clear();
model->AddItem(MENU_ID_USER_FIRST, "&Show DevTools");
}