Truly fix the build (I hope).

I also changed the API.  Hide the new fields.
This commit is contained in:
Leon Scroggins
2009-06-18 17:45:14 -04:00
parent 7cb6f3d615
commit 7e2ff1a600

View File

@@ -106,6 +106,9 @@ public class Browser {
public static final int HISTORY_PROJECTION_BOOKMARK_INDEX = 4;
public static final int HISTORY_PROJECTION_TITLE_INDEX = 5;
public static final int HISTORY_PROJECTION_FAVICON_INDEX = 6;
/*
* @hide
*/
public static final int HISTORY_PROJECTION_THUMBNAIL_INDEX = 7;
/* columns needed to determine whether to truncate history */
@@ -487,6 +490,9 @@ public class Browser {
public static final String TITLE = "title";
public static final String CREATED = "created";
public static final String FAVICON = "favicon";
/*
* @hide
*/
public static final String THUMBNAIL = "thumbnail";
}