1ec3ed6a5ebf6f2c406d7bcf94b6bc34fcaeb976eepoger@google.com/*
2ec3ed6a5ebf6f2c406d7bcf94b6bc34fcaeb976eepoger@google.com * Copyright (C) 2011 Google Inc. All rights reserved.
3ec3ed6a5ebf6f2c406d7bcf94b6bc34fcaeb976eepoger@google.com *
4ec3ed6a5ebf6f2c406d7bcf94b6bc34fcaeb976eepoger@google.com * Redistribution and use in source and binary forms, with or without
5ec3ed6a5ebf6f2c406d7bcf94b6bc34fcaeb976eepoger@google.com * modification, are permitted provided that the following conditions
6ec3ed6a5ebf6f2c406d7bcf94b6bc34fcaeb976eepoger@google.com * are met:
7ec3ed6a5ebf6f2c406d7bcf94b6bc34fcaeb976eepoger@google.com * 1.  Redistributions of source code must retain the above copyright
8ec3ed6a5ebf6f2c406d7bcf94b6bc34fcaeb976eepoger@google.com *     notice, this list of conditions and the following disclaimer.
98a1c16ff38322f0210116fa7293eb8817c7e477ereed@android.com * 2.  Redistributions in binary form must reproduce the above copyright
108a1c16ff38322f0210116fa7293eb8817c7e477ereed@android.com *     notice, this list of conditions and the following disclaimer in the
118a1c16ff38322f0210116fa7293eb8817c7e477ereed@android.com *     documentation and/or other materials provided with the distribution.
128a1c16ff38322f0210116fa7293eb8817c7e477ereed@android.com *
138a1c16ff38322f0210116fa7293eb8817c7e477ereed@android.com * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' AND ANY
148a1c16ff38322f0210116fa7293eb8817c7e477ereed@android.com * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
15a5572e5bb2a2bbeeb59de0741c2527869d365a0ccommit-bot@chromium.org * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
168a1c16ff38322f0210116fa7293eb8817c7e477ereed@android.com * DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY
178a1c16ff38322f0210116fa7293eb8817c7e477ereed@android.com * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
188a1c16ff38322f0210116fa7293eb8817c7e477ereed@android.com * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
199c9005a347e9996f357bd79591bd34f74f8bbc66commit-bot@chromium.org * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
209c9005a347e9996f357bd79591bd34f74f8bbc66commit-bot@chromium.org * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
218a1c16ff38322f0210116fa7293eb8817c7e477ereed@android.com * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
228a1c16ff38322f0210116fa7293eb8817c7e477ereed@android.com * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23b6e161937bc890f0aa12ac5e27415d4d260ea6e0junov@chromium.org */
2476f9e938df0b5826fd4c80b854ceafaf385cfbe1robertphillips@google.com
258a1c16ff38322f0210116fa7293eb8817c7e477ereed@android.comcallback interface NavigatorUserMediaErrorCallback {
2687fcd950198a16211b3988610beebb5ca5bcf323commit-bot@chromium.org    void handleEvent(NavigatorUserMediaError error);
2787fcd950198a16211b3988610beebb5ca5bcf323commit-bot@chromium.org};
288a1c16ff38322f0210116fa7293eb8817c7e477ereed@android.com
29ff21c2e0ae23da0f4742b47d4d37969a2a18bd99skia.committer@gmail.com