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

Unified Diff: chrome/browser/extensions/chrome_extension_function.h

Issue 2386823002: [Extensions] Remove ExtensionFunction::SetError() (Closed)
Patch Set: Disable broken tests Created 4 years, 2 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: chrome/browser/extensions/chrome_extension_function.h
diff --git a/chrome/browser/extensions/chrome_extension_function.h b/chrome/browser/extensions/chrome_extension_function.h
index 59d5e1e0ad19324de4bbbe795683da57d1149514..5631d69645f8e796bc90b7501935735edf4ed02c 100644
--- a/chrome/browser/extensions/chrome_extension_function.h
+++ b/chrome/browser/extensions/chrome_extension_function.h
@@ -56,7 +56,7 @@ class ChromeUIThreadExtensionFunction : public UIThreadExtensionFunction {
// ExtensionFunction:
content::WebContents* GetAssociatedWebContents() override;
- void SetError(const std::string& error) override;
+ void SetError(const std::string& error);
lazyboy 2016/10/03 20:34:01 nit: move this out of "ExtensionFunction:" group s
Devlin 2016/10/03 23:07:50 Good call, done.
const std::string& GetError() const override;
protected:

Powered by Google App Engine
This is Rietveld 408576698