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

This commit is contained in:
Lucas Rocha 2012-06-11 15:59:50 +01:00
parent edb99ac4a4
commit 309c54cadb

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() {