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

Unified Diff: headless/public/util/error_reporter.h

Issue 2476473002: Ozone Linux: Fix linker errors in headless_unittests (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/public/util/error_reporter.h
diff --git a/headless/public/util/error_reporter.h b/headless/public/util/error_reporter.h
index 0f496c21723194b3da8b4775e128a905b0f2f6fa..2fd432f3f2dd4ee51d58aca921300648cb9f99cf 100644
--- a/headless/public/util/error_reporter.h
+++ b/headless/public/util/error_reporter.h
@@ -45,6 +45,7 @@ class HEADLESS_EXPORT ErrorReporter {
inline void SetName(const char* name) {}
inline void AddError(base::StringPiece description) {}
inline bool HasErrors() const { return false; }
+ std::vector<std::string> errors() const { return std::vector<std::string>(); }
#endif // DCHECK_IS_ON()
private:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698