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

Unified Diff: extensions/browser/extension_function.h

Issue 581743004: Tiny correction (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« 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: extensions/browser/extension_function.h
diff --git a/extensions/browser/extension_function.h b/extensions/browser/extension_function.h
index 982ec486809f1abecfba2ec78415af61fb8c451d..c53071f34c9a08f909ff56f5efb6e4fa22d31a67 100644
--- a/extensions/browser/extension_function.h
+++ b/extensions/browser/extension_function.h
@@ -553,7 +553,7 @@ class AsyncExtensionFunction : public UIThreadExtensionFunction {
// Deprecated: Override UIThreadExtensionFunction and implement Run() instead.
//
// AsyncExtensionFunctions implement this method. Return true to indicate that
- // nothing has gone wrong yet; SendResponse must be called later. Return true
+ // nothing has gone wrong yet; SendResponse must be called later. Return false
// to respond immediately with an error.
virtual bool RunAsync() = 0;
« 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