blob: 50868aeea54ce526776faa07b4c618473b13762a [file] [log] [blame]
// Copyright 2017 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.
/**
* @fileoverview Polymer element for displaying material design wait for
* container ready screen.
*/
Polymer({
is: 'wait-for-container-ready-md',
behaviors: [OobeDialogHostBehavior],
});