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

Unified Diff: chrome/browser/extensions/extension_function.cc

Issue 8520035: Revert 110264 - Fix for management API related to escalated permissions disabled extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
Index: chrome/browser/extensions/extension_function.cc
===================================================================
--- chrome/browser/extensions/extension_function.cc (revision 110267)
+++ chrome/browser/extensions/extension_function.cc (working copy)
@@ -187,16 +187,9 @@
ipc_sender(), routing_id_, success);
}
-AsyncExtensionFunction::AsyncExtensionFunction() : delegate_(NULL) {
+AsyncExtensionFunction::AsyncExtensionFunction() {
}
-void AsyncExtensionFunction::SendResponse(bool success) {
- if (delegate_)
- delegate_->OnSendResponse(this, success);
- else
- UIThreadExtensionFunction::SendResponse(success);
-}
-
AsyncExtensionFunction::~AsyncExtensionFunction() {
}
« no previous file with comments | « chrome/browser/extensions/extension_function.h ('k') | chrome/browser/extensions/extension_function_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698