| Index: sky/engine/core/loader/MojoLoader.h
|
| diff --git a/sky/engine/core/loader/MojoLoader.h b/sky/engine/core/loader/MojoLoader.h
|
| deleted file mode 100644
|
| index 616182e449e032b912fe499c5bf8ef7c5a125be5..0000000000000000000000000000000000000000
|
| --- a/sky/engine/core/loader/MojoLoader.h
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -// 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.
|
| -
|
| -#ifndef SKY_ENGINE_CORE_LOADER_MOJOLOADER_H_
|
| -#define SKY_ENGINE_CORE_LOADER_MOJOLOADER_H_
|
| -
|
| -#include "mojo/public/cpp/system/data_pipe.h"
|
| -#include "sky/engine/platform/weborigin/KURL.h"
|
| -
|
| -namespace blink {
|
| -
|
| -class LocalFrame;
|
| -
|
| -class MojoLoader {
|
| -public:
|
| - explicit MojoLoader(LocalFrame&);
|
| -
|
| - void init(const KURL&);
|
| - void parse(mojo::ScopedDataPipeConsumerHandle);
|
| -
|
| -private:
|
| - LocalFrame& m_frame;
|
| -};
|
| -
|
| -}
|
| -
|
| -#endif // SKY_ENGINE_CORE_LOADER_MOJOLOADER_H_
|
|
|