| Index: content/browser/presentation/presentation_service_impl.h
|
| diff --git a/content/browser/presentation/presentation_service_impl.h b/content/browser/presentation/presentation_service_impl.h
|
| index 4c6393dfa4c2234aace6eeb5245ae09ac10c1f13..231b3ee369e6db2868618a02977117c24301b685 100644
|
| --- a/content/browser/presentation/presentation_service_impl.h
|
| +++ b/content/browser/presentation/presentation_service_impl.h
|
| @@ -93,6 +93,8 @@ class CONTENT_EXPORT PresentationServiceImpl
|
| FRIEND_TEST_ALL_PREFIXES(PresentationServiceImplTest,
|
| OtherRenderFrameDeleted);
|
| FRIEND_TEST_ALL_PREFIXES(PresentationServiceImplTest, DelegateFails);
|
| + FRIEND_TEST_ALL_PREFIXES(PresentationServiceImplTest,
|
| + SetDefaultPresentationUrlsNoopsOnNonMainFrame);
|
| FRIEND_TEST_ALL_PREFIXES(PresentationServiceImplTest,
|
| ListenForConnectionStateChange);
|
| FRIEND_TEST_ALL_PREFIXES(PresentationServiceImplTest,
|
|
|