summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/IGearsDialogService.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/browser/IGearsDialogService.aidl')
-rw-r--r--src/com/android/browser/IGearsDialogService.aidl6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/com/android/browser/IGearsDialogService.aidl b/src/com/android/browser/IGearsDialogService.aidl
new file mode 100644
index 000000000..02b30a2c9
--- /dev/null
+++ b/src/com/android/browser/IGearsDialogService.aidl
@@ -0,0 +1,6 @@
+package com.android.browser;
+
+interface IGearsDialogService {
+ String showDialog(String htmlContent, String dialogArguments,
+ boolean inSettings);
+}