Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / android / core / src / org / xwalk / core / XWalkContentsClient.java
index 9c7f166..a52d61f 100644 (file)
@@ -35,6 +35,7 @@ import org.chromium.net.NetError;
  * new abstract methods that the our own client must implement.
  * i.e.: all methods in this class should either be final, or abstract.
  */
+// TODO(yongsheng): remove public modifier.
 public abstract class XWalkContentsClient extends ContentViewClient {
 
     private static final String TAG = "XWalkContentsClient";