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

Unified Diff: extensions/browser/extension_error.h

Issue 23923003: Expand RuntimeErrors for ErrorConsole (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Copyright fix Created 7 years, 3 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/browser/extension_error.h
diff --git a/extensions/browser/extension_error.h b/extensions/browser/extension_error.h
index ceb1504b3c6acfdfe58db05527f013e861469c7a..91a7b4efe6ebd3b5b23767b61d54b9f876f557ce 100644
--- a/extensions/browser/extension_error.h
+++ b/extensions/browser/extension_error.h
@@ -97,7 +97,8 @@ class ManifestError : public ExtensionError {
class RuntimeError : public ExtensionError {
public:
- RuntimeError(bool from_incognito,
+ RuntimeError(const std::string& extension_id, // optional, sometimes unknown.
+ bool from_incognito,
const base::string16& source,
const base::string16& message,
const StackTrace& stack_trace,

Powered by Google App Engine
This is Rietveld 408576698