| Index: chrome/browser/browser_process_impl.h
|
| diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
|
| index 5631a5ec3e927b006116a5e5967a52e15cdd81cd..1cb7aaecf1c80ee6a3921fd8b90ccb135caa2694 100644
|
| --- a/chrome/browser/browser_process_impl.h
|
| +++ b/chrome/browser/browser_process_impl.h
|
| @@ -74,6 +74,7 @@ class BrowserProcessImpl : public BrowserProcess,
|
| virtual void ResourceDispatcherHostCreated() OVERRIDE;
|
| virtual void EndSession() OVERRIDE;
|
| virtual MetricsService* metrics_service() OVERRIDE;
|
| + virtual PluginMetricsProvider* plugin_metrics_provider() OVERRIDE;
|
| virtual rappor::RapporService* rappor_service() OVERRIDE;
|
| virtual IOThread* io_thread() OVERRIDE;
|
| virtual WatchDogThread* watchdog_thread() OVERRIDE;
|
|
|