Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1802)

Unified Diff: content/public/android/java/src/org/chromium/content/browser/ContentView.java

Issue 141973002: Removed unsed RDS calls from ContentView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/java/src/org/chromium/content/browser/ContentView.java
diff --git a/content/public/android/java/src/org/chromium/content/browser/ContentView.java b/content/public/android/java/src/org/chromium/content/browser/ContentView.java
index 4e1440bb2532661ba1c2c55331afd5ec48940c4e..9480c3dfffe0698ab9f15a9c602e9863667219ea 100644
--- a/content/public/android/java/src/org/chromium/content/browser/ContentView.java
+++ b/content/public/android/java/src/org/chromium/content/browser/ContentView.java
@@ -638,19 +638,6 @@ public class ContentView extends FrameLayout
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
* more than possible).
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698