[File Manager] Removing a debug change

BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com/10134050

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133882 0039d316-1c4b-4281-b951-d872f2087c98
parent 72de7797
...@@ -2487,7 +2487,7 @@ FileManager.prototype = { ...@@ -2487,7 +2487,7 @@ FileManager.prototype = {
}; };
FileManager.prototype.isOffline = function() { FileManager.prototype.isOffline = function() {
return !!navigator.onLine; return !navigator.onLine;
}; };
FileManager.prototype.onOnlineOffline_ = function() { FileManager.prototype.onOnlineOffline_ = function() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment