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

Unified Diff: src/inspector/v8-schema-agent-impl.h

Issue 2473563002: [inspector] migrate Schema, Console, Profiler to new style (Closed)
Patch Set: Created 4 years, 1 month 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 | « src/inspector/v8-profiler-agent-impl.cc ('k') | src/inspector/v8-schema-agent-impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/v8-schema-agent-impl.h
diff --git a/src/inspector/v8-schema-agent-impl.h b/src/inspector/v8-schema-agent-impl.h
index 6150201f8bdacec39f30629ad9bc3207629c6a96..e733aa0d5a87c5854879fc693f5ab2a58e8061c8 100644
--- a/src/inspector/v8-schema-agent-impl.h
+++ b/src/inspector/v8-schema-agent-impl.h
@@ -13,7 +13,7 @@ namespace v8_inspector {
class V8InspectorSessionImpl;
-using protocol::ErrorString;
+using protocol::Response;
class V8SchemaAgentImpl : public protocol::Schema::Backend {
public:
@@ -21,8 +21,7 @@ class V8SchemaAgentImpl : public protocol::Schema::Backend {
protocol::DictionaryValue* state);
~V8SchemaAgentImpl() override;
- void getDomains(
- ErrorString*,
+ Response getDomains(
std::unique_ptr<protocol::Array<protocol::Schema::Domain>>*) override;
private:
« no previous file with comments | « src/inspector/v8-profiler-agent-impl.cc ('k') | src/inspector/v8-schema-agent-impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698