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

Unified Diff: third_party/inspector_protocol/lib/ErrorSupport_h.template

Issue 2479693002: Roll third_party/inspector_protocol to 2952a8eb5d99fbc194946526b57d67ed52093699 (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
Index: third_party/inspector_protocol/lib/ErrorSupport_h.template
diff --git a/third_party/inspector_protocol/lib/ErrorSupport_h.template b/third_party/inspector_protocol/lib/ErrorSupport_h.template
index 9d2a19260305e631ce25ac40cddcccec7bee2811..0c98e3e0ebcd00474c192674351509973577d985 100644
--- a/third_party/inspector_protocol/lib/ErrorSupport_h.template
+++ b/third_party/inspector_protocol/lib/ErrorSupport_h.template
@@ -14,7 +14,6 @@ namespace {{namespace}} {
class {{config.lib.export_macro}} ErrorSupport {
public:
ErrorSupport();
- ErrorSupport(String* errorString);
~ErrorSupport();
void push();
@@ -27,7 +26,6 @@ public:
private:
std::vector<String> m_path;
std::vector<String> m_errors;
- String* m_errorString;
};
{% for namespace in config.protocol.namespace %}
« no previous file with comments | « third_party/inspector_protocol/lib/ErrorSupport_cpp.template ('k') | third_party/inspector_protocol/lib/Forward_h.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698