Commit 4591f135 authored by aurimas@chromium.org's avatar aurimas@chromium.org

Removed unsed RDS calls from ContentView.

BUG=None
NOTRY=true

Review URL: https://codereview.chromium.org/141973002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245583 0039d316-1c4b-4281-b951-d872f2087c98
parent 3d959153
...@@ -638,19 +638,6 @@ public class ContentView extends FrameLayout ...@@ -638,19 +638,6 @@ public class ContentView extends FrameLayout
return mContentViewCore.getDownloadDelegate(); return mContentViewCore.getDownloadDelegate();
} }
public boolean getUseDesktopUserAgent() {
return mContentViewCore.getUseDesktopUserAgent();
}
/**
* Set whether or not we're using a desktop user agent for the currently loaded page.
* @param override If true, use a desktop user agent. Use a mobile one otherwise.
* @param reloadOnChange Reload the page if the UA has changed.
*/
public void setUseDesktopUserAgent(boolean override, boolean reloadOnChange) {
mContentViewCore.setUseDesktopUserAgent(override, reloadOnChange);
}
/** /**
* Zooms in the WebView by 25% (or less if that would result in zooming in * Zooms in the WebView by 25% (or less if that would result in zooming in
* more than possible). * more than possible).
......
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