| Index: chrome/browser/extensions/extension_history_api.cc
|
| diff --git a/chrome/browser/extensions/extension_history_api.cc b/chrome/browser/extensions/extension_history_api.cc
|
| index 412c091e52bf86e27f0e3b56b5a386d28daeac9a..6c07488f38bdfc9d742851d1180b664f9c866ad2 100644
|
| --- a/chrome/browser/extensions/extension_history_api.cc
|
| +++ b/chrome/browser/extensions/extension_history_api.cc
|
| @@ -82,6 +82,10 @@ void ExtensionHistoryEventRouter::ObserveProfile(Profile* profile) {
|
| }
|
| }
|
|
|
| +ExtensionHistoryEventRouter::ExtensionHistoryEventRouter() {}
|
| +
|
| +ExtensionHistoryEventRouter::~ExtensionHistoryEventRouter() {}
|
| +
|
| void ExtensionHistoryEventRouter::Observe(NotificationType type,
|
| const NotificationSource& source,
|
| const NotificationDetails& details) {
|
|
|