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

Unified Diff: extensions/browser/extension_function.h

Issue 2650343005: Clean up param validation in browsing_data_api.cc (Closed)
Patch Set: git cl format Created 3 years, 11 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_function.h
diff --git a/extensions/browser/extension_function.h b/extensions/browser/extension_function.h
index 415391a06396de3654fe9966a8b6e0b0f667a9dc..048a0fed839eb41154c04f5619e5830cf261ed1a 100644
--- a/extensions/browser/extension_function.h
+++ b/extensions/browser/extension_function.h
@@ -241,7 +241,6 @@ class ExtensionFunction
// Retrieves any error string from the function.
virtual const std::string& GetError() const;
- bool bad_message() const { return bad_message_; }
void set_bad_message(bool bad_message) { bad_message_ = bad_message; }
// Specifies the name of the function. A long-lived string (such as a string

Powered by Google App Engine
This is Rietveld 408576698