Upstream version 7.35.139.0
[platform/framework/web/crosswalk.git] / src / chrome / renderer / resources / neterror.js
index 6f1e601..99f19e3 100644 (file)
@@ -53,13 +53,6 @@ function updateIconClass(classList, newClass) {
   classList['last_icon_class'] = newClass;
 }
 
-// Does a search using |baseSearchUrl| and the text in the search box.
-function search(baseSearchUrl) {
-  var searchTextNode = document.getElementById('search-box');
-  document.location = baseSearchUrl + searchTextNode.value;
-  return false;
-}
-
 <if expr="is_macosx or is_ios or is_linux or is_android">
 // Re-orders buttons. Used on Mac, Linux, and Android, where reload should go
 // on the right.