enable chromium style checker plugin for electron and brightray targets
This commit is contained in:
parent
7c5fcecbec
commit
30f1d0991b
7 changed files with 96 additions and 37 deletions
|
@ -133,13 +133,18 @@ void AutofillPopupView::OnSuggestionsChanged() {
|
|||
DoUpdateBoundsAndRedrawPopup();
|
||||
}
|
||||
|
||||
int AutofillPopupView::GetDragOperationsForView(
|
||||
views::View*, const gfx::Point&) {
|
||||
void AutofillPopupView::WriteDragDataForView(views::View*,
|
||||
const gfx::Point&,
|
||||
ui::OSExchangeData*) {}
|
||||
|
||||
int AutofillPopupView::GetDragOperationsForView(views::View*,
|
||||
const gfx::Point&) {
|
||||
return ui::DragDropTypes::DRAG_NONE;
|
||||
}
|
||||
|
||||
bool AutofillPopupView::CanStartDragForView(
|
||||
views::View*, const gfx::Point&, const gfx::Point&) {
|
||||
bool AutofillPopupView::CanStartDragForView(views::View*,
|
||||
const gfx::Point&,
|
||||
const gfx::Point&) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue