| Index: ash/test/tray_cast_test_api.h
|
| diff --git a/ash/test/tray_cast_test_api.h b/ash/test/tray_cast_test_api.h
|
| index ceb6e88d2da253eef6393f1516e7d670f4a812c3..24fc207129d226ea272833227bc08604aee8b0a6 100644
|
| --- a/ash/test/tray_cast_test_api.h
|
| +++ b/ash/test/tray_cast_test_api.h
|
| @@ -41,10 +41,6 @@ class TrayCastTestAPI {
|
| // environment, this method is invoked by the casting system in Chrome.
|
| void OnCastingSessionStartedOrStopped(bool is_casting);
|
|
|
| - // Release callback hooks in config delegate. They will get re-registered if
|
| - // the tray is used again.
|
| - void ReleaseConfigCallbacks();
|
| -
|
| private:
|
| bool IsViewDrawn(TrayCast::ChildViewId id) const;
|
|
|
|
|