[Android] Presubmit check for banned Notification construction

- This check searches for use of 'new Notification.Builder'
and 'new NotificationCompat.Builder' in changed lines.

- Those constructors should not be used, new notifications should
use NotificationBuilderFactory.createChromeNotificationBuilder instead.

- This check ensures no new notifications can be introduced without
specifying a channel for use on Android O.

BUG=702628

Review-Url: https://codereview.chromium.org/2894643002
Cr-Commit-Position: refs/heads/master@{#473205}
1 file changed