New issue
Advanced search Search tips

Issue 784266 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 752788
Owner: ----
Closed: Nov 27
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

clang-format error with IPC macro

Project Member Reported by dmazz...@chromium.org, Nov 13 2017

Issue description

See:

https://chromium-review.googlesource.com/c/chromium/src/+/687988/6/chrome/renderer/extensions/automation_internal_custom_bindings.cc

It's formatting it like this:

void AutomationInternalCustomBindings::OnMessageReceived(
    const IPC::Message& message){
    IPC_BEGIN_MESSAGE_MAP(AutomationInternalCustomBindings, message)
        IPC_MESSAGE_HANDLER(ExtensionMsg_AccessibilityEvent,
                            OnAccessibilityEvent)
            IPC_MESSAGE_HANDLER(ExtensionMsg_AccessibilityLocationChange,
                                OnAccessibilityLocationChange)
                IPC_END_MESSAGE_MAP()}


 
Status: Assigned (was: Untriaged)
Owner: ----
Mergedinto: 752788
Status: Duplicate (was: Assigned)

Sign in to add a comment