Backed out changeset d37e0ce6c7c9 (bug 1357639)

This commit is contained in:
Sebastian Hengst 2017-05-02 21:40:30 +02:00
parent d1c557fcfe
commit 1fe0046fb3
2 changed files with 0 additions and 3 deletions

View File

@ -963,7 +963,6 @@ public class Tabs implements BundleEventListener {
*
* @return first Tab with the given URL, or null if there is no such tab.
*/
@RobocopTarget
public Tab getFirstTabForUrl(String url) {
return getFirstTabForUrlHelper(url, null, TabType.BROWSING);
}

View File

@ -146,13 +146,11 @@ public class AudioFocusAgent {
}
@VisibleForTesting
@RobocopTarget
public State getAudioFocusState() {
return mAudioFocusState;
}
@VisibleForTesting
@RobocopTarget
public void changeAudioFocus(int focusChange) {
mAfChangeListener.onAudioFocusChange(focusChange);
}