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

Unified Diff: chrome/browser/extensions/extension_service.h

Issue 7616018: Remove leftover function declaration in extension_service.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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: chrome/browser/extensions/extension_service.h
===================================================================
--- chrome/browser/extensions/extension_service.h (revision 96198)
+++ chrome/browser/extensions/extension_service.h (working copy)
@@ -353,13 +353,6 @@
// Loads all known extensions (used by startup and testing code).
void LoadAllExtensions();
- // Continues loading all know extensions. It can be called from
- // LoadAllExtensions or from file thread if we had to relocalize manifest
- // (write_to_prefs is true in that case).
- void ContinueLoadAllExtensions(ExtensionPrefs::ExtensionsInfo* info,
- base::TimeTicks start_time,
- bool write_to_prefs);
-
// Check for updates (or potentially new extensions from external providers)
void CheckForExternalUpdates();
« 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