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

Unified Diff: chrome/browser/chromeos/extensions/install_limiter.h

Issue 56833003: Use base::PostTaskAndReplyWithResults() in more places. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, fix clang error Created 7 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/install_limiter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/install_limiter.h
diff --git a/chrome/browser/chromeos/extensions/install_limiter.h b/chrome/browser/chromeos/extensions/install_limiter.h
index 2839c2939057965229fe453f5ced83e2f43e3374..e9b3ec141ed877fb7535185a0d6159f8c483fec7 100644
--- a/chrome/browser/chromeos/extensions/install_limiter.h
+++ b/chrome/browser/chromeos/extensions/install_limiter.h
@@ -57,7 +57,7 @@ class InstallLimiter : public BrowserContextKeyedService,
// Otherwise, it just runs the installer.
void AddWithSize(const scoped_refptr<CrxInstaller>& installer,
const base::FilePath& path,
- int64* size);
+ int64 size);
// Checks and runs deferred big app installs when appropriate.
void CheckAndRunDeferrredInstalls();
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/install_limiter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698