resolved conflicts for merge of a798dd86 to donut

This commit is contained in:
Ramanan Rajeswaran
2009-06-12 09:49:16 -07:00

View File

@@ -131,6 +131,10 @@ public class GoogleWebContentHelper {
return this;
}
/**
* Loads data into the webview and also provides a failback url
* @return This {@link GoogleWebContentHelper} so methods can be chained.
*/
public GoogleWebContentHelper loadDataWithFailUrl(String base, String data,
String mimeType, String encoding, String failUrl) {
ensureViews();