Enable Enterprise enrollment on desktop builds.
[chromium-blink-merge.git] / chrome / common / extensions / api / test_presubmit / invalid_idl_9.idl
blob3f2905c6298f1f1c98af1cec57385db29e41193e
1 // Copyright 2013 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 // Tests an invalid IDL file.
7 namespace test {
8 // Interface missing name.
9 interface {
10 static void function1();