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

Unified Diff: content/public/android/java/src/org/chromium/content/common/DeviceInfo.java

Issue 11759023: [Android WebView] Implement WebSettings.{get|set}UseWideViewport (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and fix tests that were expecting UseWideViewPort=true Created 7 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
Index: content/public/android/java/src/org/chromium/content/common/DeviceInfo.java
diff --git a/content/public/android/java/src/org/chromium/content/common/DeviceInfo.java b/content/public/android/java/src/org/chromium/content/common/DeviceInfo.java
index 4b4a80b1253e86ab3f6c4a63fbb41bca1595fd30..ff7b2a648c92976242220bd6828f2f9ad362b751 100644
--- a/content/public/android/java/src/org/chromium/content/common/DeviceInfo.java
+++ b/content/public/android/java/src/org/chromium/content/common/DeviceInfo.java
@@ -109,7 +109,7 @@ public class DeviceInfo {
}
@CalledByNative
- private static DeviceInfo create(Context context) {
+ public static DeviceInfo create(Context context) {
return new DeviceInfo(context);
}
}

Powered by Google App Engine
This is Rietveld 408576698