[sql] Remove _HAS_EXCEPTIONS=0 from build info.
[chromium-blink-merge.git] / chrome / browser / resources / pdf / elements / viewer-error-screen / viewer-error-screen.js
blob905c8a0d7a4b09a36bb01c6c90cab49416d1f2df
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 Polymer({
6   is: 'viewer-error-screen',
7   properties: {
8     text: String
9   }
10 });