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

Unified Diff: extensions/renderer/programmatic_script_injector.h

Issue 878513005: Extensions: suspend extension's scripts when V8 is paused (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments 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
Index: extensions/renderer/programmatic_script_injector.h
diff --git a/extensions/renderer/programmatic_script_injector.h b/extensions/renderer/programmatic_script_injector.h
index e6655cdc0a714d524979fb45a4ab94590c183aff..4e929dc48de3cf82e6eb08525288c3c319b32504 100644
--- a/extensions/renderer/programmatic_script_injector.h
+++ b/extensions/renderer/programmatic_script_injector.h
@@ -47,8 +47,10 @@ class ProgrammaticScriptInjector : public ScriptInjector {
UserScript::RunLocation run_location) const override;
std::vector<std::string> GetCssSources(
UserScript::RunLocation run_location) const override;
+ void GetRunInfo(ScriptsRunInfo* scripts_run_info,
+ UserScript::RunLocation run_location) const override;
+
Devlin 2015/03/03 23:47:02 nit: no newline here (group override methods from
kozy 2015/03/04 08:55:08 Done.
void OnInjectionComplete(scoped_ptr<base::ListValue> execution_results,
- ScriptsRunInfo* scripts_run_info,
UserScript::RunLocation run_location) override;
void OnWillNotInject(InjectFailureReason reason) override;

Powered by Google App Engine
This is Rietveld 408576698