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

Side by Side Diff: third_party/WebKit/Source/core/testing/DummyModulator.h

Issue 2814383004: Remove Modulator::ExecuteModule() temporarily (Closed)
Patch Set: Rebase Created 3 years, 8 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 unified diff | Download patch
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef DummyModulator_h 5 #ifndef DummyModulator_h
6 #define DummyModulator_h 6 #define DummyModulator_h
7 7
8 #include "bindings/core/v8/ScriptModule.h" 8 #include "bindings/core/v8/ScriptModule.h"
9 #include "core/dom/Modulator.h" 9 #include "core/dom/Modulator.h"
10 #include "platform/heap/Handle.h" 10 #include "platform/heap/Handle.h"
(...skipping 27 matching lines...) Expand all
38 38
39 ModuleScript* GetFetchedModuleScript(const KURL&) override; 39 ModuleScript* GetFetchedModuleScript(const KURL&) override;
40 void FetchNewSingleModule(const ModuleScriptFetchRequest&, 40 void FetchNewSingleModule(const ModuleScriptFetchRequest&,
41 ModuleGraphLevel, 41 ModuleGraphLevel,
42 ModuleScriptLoaderClient*) override; 42 ModuleScriptLoaderClient*) override;
43 ScriptModule CompileModule(const String& script, 43 ScriptModule CompileModule(const String& script,
44 const String& url_str, 44 const String& url_str,
45 AccessControlStatus) override; 45 AccessControlStatus) override;
46 ScriptValue InstantiateModule(ScriptModule) override; 46 ScriptValue InstantiateModule(ScriptModule) override;
47 Vector<String> ModuleRequestsFromScriptModule(ScriptModule) override; 47 Vector<String> ModuleRequestsFromScriptModule(ScriptModule) override;
48 void ExecuteModule(ScriptModule) override;
49 }; 48 };
50 49
51 } // namespace blink 50 } // namespace blink
52 51
53 #endif // DummyModulator_h 52 #endif // DummyModulator_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/dom/Modulator.h ('k') | third_party/WebKit/Source/core/testing/DummyModulator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698