Commit 2532bbdc authored by Tal Pressman's avatar Tal Pressman Committed by Commit Bot

Remove a no-longer relevant comment disabling clang-format.

Change-Id: I08cc79651c2bfabcbaa64372bac54b732c33eae1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2538868
Auto-Submit: Tal Pressman <talp@chromium.org>
Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org>
Reviewed-by: default avatarDominic Mazzoni <dmazzoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#829032}
parent 8fd7b85d
......@@ -1706,8 +1706,6 @@ void AutomationInternalCustomBindings::Invalidate() {
tree_id_to_tree_wrapper_map_.clear();
}
// http://crbug.com/784266
// clang-format off
void AutomationInternalCustomBindings::OnMessageReceived(
const IPC::Message& message) {
IPC_BEGIN_MESSAGE_MAP(AutomationInternalCustomBindings, message)
......@@ -1716,7 +1714,7 @@ void AutomationInternalCustomBindings::OnMessageReceived(
IPC_MESSAGE_HANDLER(ExtensionMsg_AccessibilityLocationChange,
OnAccessibilityLocationChange)
IPC_END_MESSAGE_MAP()
} // clang-format on
}
AutomationAXTreeWrapper* AutomationInternalCustomBindings::
GetAutomationAXTreeWrapperFromTreeID(ui::AXTreeID tree_id) const {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment