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

Unified Diff: sky/engine/core/script/dart_controller.h

Issue 1215103007: Remove remaining HTML elements (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/core/rendering/RenderView.cpp ('k') | sky/engine/core/script/dart_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/script/dart_controller.h
diff --git a/sky/engine/core/script/dart_controller.h b/sky/engine/core/script/dart_controller.h
index cee23a98c27b94b24d2d166cd8756c6ee253718b..5c58e3726e88600418a1d566127c54b8d8a3d2e4 100644
--- a/sky/engine/core/script/dart_controller.h
+++ b/sky/engine/core/script/dart_controller.h
@@ -22,7 +22,6 @@ class DartLibraryProvider;
class DartLibraryProviderWebView;
class DartSnapshotLoader;
class DartValue;
-class HTMLScriptElement;
class KURL;
class View;
@@ -40,14 +39,6 @@ class DartController {
DartLibraryProvider* library_provider);
void RunFromSnapshot(mojo::ScopedDataPipeConsumerHandle snapshot);
- void LoadScriptInModule(AbstractModule* module,
- const String& source,
- const TextPosition& textPosition,
- const LoadFinishedCallback& load_finished_callback);
- void ExecuteLibraryInModule(AbstractModule* module,
- Dart_Handle library,
- HTMLScriptElement* script);
-
void ClearForClose();
void CreateIsolateFor(PassOwnPtr<DOMDartState> dom_dart_state);
void InstallView(View* view);
@@ -55,11 +46,6 @@ class DartController {
DOMDartState* dart_state() const { return dom_dart_state_.get(); }
private:
- bool ImportChildLibraries(AbstractModule* module, Dart_Handle library);
- Dart_Handle CreateLibrary(AbstractModule* module,
- const String& source,
- const TextPosition& position);
-
void DidLoadMainLibrary(String url);
void DidLoadSnapshot();
« no previous file with comments | « sky/engine/core/rendering/RenderView.cpp ('k') | sky/engine/core/script/dart_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698