| Index: third_party/WebKit/Source/core/origin_trials/testing/WorkerGlobalScopeFrobulate.idl
|
| diff --git a/components/mus/public/interfaces/window_server_test.mojom b/third_party/WebKit/Source/core/origin_trials/testing/WorkerGlobalScopeFrobulate.idl
|
| similarity index 56%
|
| copy from components/mus/public/interfaces/window_server_test.mojom
|
| copy to third_party/WebKit/Source/core/origin_trials/testing/WorkerGlobalScopeFrobulate.idl
|
| index 6e03ab23780153e531b9e1dfe98cfa830d249854..e6cbce0cc3ad0946759d805b2b600454b2611ff2 100644
|
| --- a/components/mus/public/interfaces/window_server_test.mojom
|
| +++ b/third_party/WebKit/Source/core/origin_trials/testing/WorkerGlobalScopeFrobulate.idl
|
| @@ -2,8 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -module mus.mojom;
|
| -
|
| -interface WindowServerTest {
|
| - EnsureClientHasDrawnWindow(string client_name) => (bool success);
|
| +partial interface WorkerGlobalScope {
|
| + [OriginTrialEnabled=ExperimentalFrameworkSampleAPI] readonly attribute boolean frobulate;
|
| };
|
| +
|
|
|