Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1860)

Unified Diff: sky/engine/public/web/WebLocalFrame.h

Issue 1210153009: Remove (almost all of) //sky/engine/web (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/public/web/WebFrameClient.h ('k') | sky/engine/public/web/WebNavigationPolicy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebLocalFrame.h
diff --git a/sky/engine/public/web/WebLocalFrame.h b/sky/engine/public/web/WebLocalFrame.h
deleted file mode 100644
index 722c5eadcfa3e759ae972a3be8889297da8d683c..0000000000000000000000000000000000000000
--- a/sky/engine/public/web/WebLocalFrame.h
+++ /dev/null
@@ -1,24 +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_PUBLIC_WEB_WEBLOCALFRAME_H_
-#define SKY_ENGINE_PUBLIC_WEB_WEBLOCALFRAME_H_
-
-#include "sky/engine/public/web/WebFrame.h"
-
-namespace blink {
-
-// Interface for interacting with in process frames. This contains methods that
-// require interacting with a frame's document.
-// FIXME: Move lots of methods from WebFrame in here.
-class WebLocalFrame : public WebFrame {
-public:
- // Creates a WebFrame. Delete this WebFrame by calling WebFrame::close().
- // It is valid to pass a null client pointer.
- BLINK_EXPORT static WebLocalFrame* create(WebFrameClient*);
-};
-
-} // namespace blink
-
-#endif // SKY_ENGINE_PUBLIC_WEB_WEBLOCALFRAME_H_
« no previous file with comments | « sky/engine/public/web/WebFrameClient.h ('k') | sky/engine/public/web/WebNavigationPolicy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698