Chromium Code Reviews| Index: apps/common/api/dummy.idl |
| diff --git a/apps/common/api/dummy.idl b/apps/common/api/dummy.idl |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ac622b5bbf58182f37ffb6e5d22270d4eabd3960 |
| --- /dev/null |
| +++ b/apps/common/api/dummy.idl |
| @@ -0,0 +1,10 @@ |
| +// 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. |
| + |
| +// TODO(jamescook): Remove this once actual APIs live here. |
| +// This is a placeholder IDL so the docserver doesn't choke on an empty |
| +// apps API path. |
| +namespace dummy { |
| +} |
| + |