summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/UiController.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/browser/UiController.java')
-rw-r--r--src/com/android/browser/UiController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/browser/UiController.java b/src/com/android/browser/UiController.java
index 4fc37afd..05eaf8e8 100644
--- a/src/com/android/browser/UiController.java
+++ b/src/com/android/browser/UiController.java
@@ -57,7 +57,7 @@ public interface UiController extends BookmarksHistoryCallbacks {
void stopLoading();
- void bookmarkCurrentPage(long folderId, boolean canBeAnEdit);
+ void bookmarkCurrentPage(boolean canBeAnEdit);
void bookmarksOrHistoryPicker(boolean openHistory);