| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 4dbfd458fc9c63ef00b1834aed7850bdf27100c5..f2b64dae30a79f4babca35a99266a0b8fd9a3efa 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -1980,6 +1980,7 @@ void Browser::Observe(int type,
|
| }
|
| }
|
|
|
| +#if defined(ENABLE_EXTENSIONS)
|
| ///////////////////////////////////////////////////////////////////////////////
|
| // Browser, extensions::ExtensionRegistryObserver implementation:
|
|
|
| @@ -2044,6 +2045,7 @@ void Browser::OnExtensionUnloaded(
|
| }
|
| }
|
| }
|
| +#endif // defined(ENABLE_EXTENSIONS)
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
| // Browser, Command and state updating (private):
|
|
|