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

Unified Diff: android_webview/java/src/org/chromium/android_webview/AwContents.java

Issue 2692923010: Gmail open conversation test automation (Closed)
Patch Set: Created 3 years, 10 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 | android_webview/tools/automated_ui_tests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/java/src/org/chromium/android_webview/AwContents.java
diff --git a/android_webview/java/src/org/chromium/android_webview/AwContents.java b/android_webview/java/src/org/chromium/android_webview/AwContents.java
index 6c64c0b5ac2df1829bc8b979507591d4204ad06d..16482500681e657ab76517429958a0906097d40c 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwContents.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwContents.java
@@ -100,7 +100,7 @@ import java.util.concurrent.Callable;
@JNINamespace("android_webview")
public class AwContents implements SmartClipProvider {
private static final String TAG = "AwContents";
- private static final boolean TRACE = false;
+ private static final boolean TRACE = true;
private static final int NO_WARN = 0;
private static final int WARN = 1;
private static final String PRODUCT_VERSION = AwContentsStatics.getProductVersion();
« no previous file with comments | « no previous file | android_webview/tools/automated_ui_tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698