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

Unified Diff: sky/engine/core/loader/MojoLoader.h

Issue 940703002: Make it possible to load a WebFrame from a URL (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Indent Created 5 years, 10 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 | « no previous file | sky/engine/core/loader/MojoLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/loader/MojoLoader.h
diff --git a/sky/engine/core/loader/MojoLoader.h b/sky/engine/core/loader/MojoLoader.h
index 33f273c91bbe80ad3df3ff33c0374f63edff1a0d..616182e449e032b912fe499c5bf8ef7c5a125be5 100644
--- a/sky/engine/core/loader/MojoLoader.h
+++ b/sky/engine/core/loader/MojoLoader.h
@@ -16,7 +16,8 @@ class MojoLoader {
public:
explicit MojoLoader(LocalFrame&);
- void load(const KURL&, mojo::ScopedDataPipeConsumerHandle);
+ void init(const KURL&);
+ void parse(mojo::ScopedDataPipeConsumerHandle);
private:
LocalFrame& m_frame;
« no previous file with comments | « no previous file | sky/engine/core/loader/MojoLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698