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

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

Issue 11027044: Add a class to replace ImageLoadingTracker with a nicer API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: SkBitmap* -> SkBitmap Created 8 years, 2 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/extension_system.cc
diff --git a/chrome/browser/extensions/extension_system.cc b/chrome/browser/extensions/extension_system.cc
index ecd6067f100c4f18f726c55be0bb1c3fc9cc793a..292a0893c5dce2be950e95cce357e132fdfb0a68 100644
--- a/chrome/browser/extensions/extension_system.cc
+++ b/chrome/browser/extensions/extension_system.cc
@@ -92,7 +92,6 @@ void ExtensionSystemImpl::Shared::InitPrefs() {
shell_window_geometry_cache_.reset(new ShellWindowGeometryCache(
profile_, state_store_.get()));
-
}
void ExtensionSystemImpl::Shared::RegisterManagementPolicyProviders() {

Powered by Google App Engine
This is Rietveld 408576698