Merge "Remove the system api method WebViewFactory.getWebViewPackageName" into nyc-dev am: bf0982d

am: d187015

* commit 'd187015b0db4c4ec40ca343b4dbee57e2e835012':
  Remove the system api method WebViewFactory.getWebViewPackageName

Change-Id: I05776787c59d9f96b1e6f4278068cd70ffbe964b
This commit is contained in:
Gustav Sennton
2016-03-29 13:56:35 +00:00
committed by android-build-merger
2 changed files with 0 additions and 6 deletions

View File

@@ -128,11 +128,6 @@ public final class WebViewFactory {
public MissingWebViewPackageException(Exception e) { super(e); }
}
// TODO (gsennton) remove when committing webview xts test change
public static String getWebViewPackageName() {
return null;
}
/**
* @hide
*/