Move entity header controller out of application package.

Bug: 37669238
Test: rerun robotests
Change-Id: I54eb30f28fa0a88a6f0b97b53f9f1408320b5ce0
This commit is contained in:
Fan Zhang
2017-05-18 11:28:21 -07:00
parent f5bd885a1d
commit d7414259d0
19 changed files with 192 additions and 114 deletions

View File

@@ -27,11 +27,6 @@ import java.util.List;
public interface ApplicationFeatureProvider {
/**
* Returns a new {@link EntityHeaderController} instance to customize app header.
*/
EntityHeaderController newAppHeaderController(Fragment fragment, View appHeader);
/**
* Returns a new {@link InstantAppButtonsController} instance for showing buttons
* only relevant to instant apps.