| Index: chrome/browser/extensions/extensions_service.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extensions_service.h (revision 33256)
|
| +++ chrome/browser/extensions/extensions_service.h (working copy)
|
| @@ -253,6 +253,9 @@
|
| // Handles sending notification that |extension| was unloaded.
|
| void NotifyExtensionUnloaded(Extension* extension);
|
|
|
| + // Helper that updates the active extension list used for crash reporting.
|
| + void UpdateActiveExtensionsInCrashReporter();
|
| +
|
| // The profile this ExtensionsService is part of.
|
| Profile* profile_;
|
|
|
|
|