Commit 7b606408 authored by cira@google.com's avatar cira@google.com

Remove leftover function declaration in extension_service.h

Definition was removed in r66267.
Review URL: http://codereview.chromium.org/7616018

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96470 0039d316-1c4b-4281-b951-d872f2087c98
parent 58519ef5
......@@ -353,13 +353,6 @@ class ExtensionService
// 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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment