| Index: extensions/browser/api/audio/audio_api.h
|
| diff --git a/extensions/browser/api/audio/audio_api.h b/extensions/browser/api/audio/audio_api.h
|
| index ddee1d5c75a0b13cf34fc8fb07016b9e42f11621..1a5c0c2d67e4f0ee5fa7ea283f4296f24fd9365e 100644
|
| --- a/extensions/browser/api/audio/audio_api.h
|
| +++ b/extensions/browser/api/audio/audio_api.h
|
| @@ -25,6 +25,7 @@ class AudioAPI : public BrowserContextKeyedAPI, public AudioService::Observer {
|
|
|
| // AudioService::Observer implementation.
|
| void OnDeviceChanged() override;
|
| + void OnLevelChanged(const std::string& id, int level) override;
|
|
|
| private:
|
| friend class BrowserContextKeyedAPIFactory<AudioAPI>;
|
| @@ -70,7 +71,6 @@ class AudioSetPropertiesFunction : public SyncExtensionFunction {
|
| bool RunSync() override;
|
| };
|
|
|
| -
|
| } // namespace extensions
|
|
|
| #endif // EXTENSIONS_BROWSER_API_AUDIO_AUDIO_API_H_
|
|
|