Bug 750698 - Implement "reader mode" action (r=mfinkle)

This commit is contained in:
Lucas Rocha
2012-06-11 15:59:50 +01:00
parent a34dd9ed3d
commit bcbddb757d

View File

@@ -401,7 +401,7 @@ public final class Tab {
if (!mReaderEnabled)
return;
// Do nothing for now
GeckoApp.mAppContext.loadUrl("about:reader?url=" + getURL());
}
public boolean doReload() {