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

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

Issue 12212047: Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edition. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 10 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/blacklist.cc
===================================================================
--- chrome/browser/extensions/blacklist.cc (revision 181040)
+++ chrome/browser/extensions/blacklist.cc (working copy)
@@ -99,7 +99,8 @@
AddRef(); // Balanced in OnCheckExtensionsResult
}
- void OnCheckExtensionsResult(const std::set<std::string>& hits) {
+ virtual void OnCheckExtensionsResult(
+ const std::set<std::string>& hits) OVERRIDE {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
callback_message_loop_->PostTask(FROM_HERE, base::Bind(callback_, hits));
Release(); // Balanced in StartCheck.
« no previous file with comments | « chrome/browser/extensions/app_process_apitest.cc ('k') | chrome/browser/extensions/chrome_app_api_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698