Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / components / web_contents_delegate_android / android / java / src / org / chromium / components / web_contents_delegate_android / WebContentsDelegateAndroid.java
index adcd5a8..fff738c 100644 (file)
@@ -33,10 +33,8 @@ public class WebContentsDelegateAndroid {
     public static final int INVALIDATE_TYPE_TAB = 1 << 1;
     // Equivalent of InvalidateTypes::INVALIDATE_TYPE_LOAD.
     public static final int INVALIDATE_TYPE_LOAD = 1 << 2;
-    // Equivalent of InvalidateTypes::INVALIDATE_TYPE_PAGE_ACTIONS.
-    public static final int INVALIDATE_TYPE_PAGE_ACTIONS = 1 << 3;
     // Equivalent of InvalidateTypes::INVALIDATE_TYPE_TITLE.
-    public static final int INVALIDATE_TYPE_TITLE = 1 << 4;
+    public static final int INVALIDATE_TYPE_TITLE = 1 << 3;
 
     // The most recent load progress callback received from WebContents, as a percentage.
     // Initialize to 100 to indicate that we're not in a loading state.