blob: 26db0dddc171d946dab70ea59e2202a465f47803 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
[
RuntimeEnabled=PushMessaging,
] partial interface Navigator {
readonly attribute PushManager push;
};