Commit 7bb5c96e authored by eugenebut's avatar eugenebut Committed by Commit bot

[ios] Removed usused handleDocumentRetitledMessage:context: handler.

BUG=None

Review-Url: https://codereview.chromium.org/2339323002
Cr-Commit-Position: refs/heads/master@{#419241}
parent 1f3da583
...@@ -2551,8 +2551,6 @@ const NSTimeInterval kSnapshotOverlayTransition = 0.5; ...@@ -2551,8 +2551,6 @@ const NSTimeInterval kSnapshotOverlayTransition = 0.5;
@selector(handleGeolocationDialogSuppressedMessage:context:); @selector(handleGeolocationDialogSuppressedMessage:context:);
(*handlers)["document.favicons"] = (*handlers)["document.favicons"] =
@selector(handleDocumentFaviconsMessage:context:); @selector(handleDocumentFaviconsMessage:context:);
(*handlers)["document.retitled"] =
@selector(handleDocumentRetitledMessage:context:);
(*handlers)["document.submit"] = (*handlers)["document.submit"] =
@selector(handleDocumentSubmitMessage:context:); @selector(handleDocumentSubmitMessage:context:);
(*handlers)["externalRequest"] = (*handlers)["externalRequest"] =
......
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