Index: chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunPageDelegate.java |
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunPageDelegate.java b/chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunPageDelegate.java |
index c4fcf38c3410fbf88f87dbf3c04d25d96cd438e2..f42d039e9d1164d34e16c688407433b7ea437041 100644 |
--- a/chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunPageDelegate.java |
+++ b/chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunPageDelegate.java |
@@ -75,9 +75,8 @@ public interface FirstRunPageDelegate { |
void openAccountAdder(Fragment fragment); |
/** |
- * Show an EmbedContentViewActivity with a given title and a URL. |
- * @param title Resource id for the title of the EmbedContentViewActivity. |
- * @param url Resource id for the URL of the EmbedContentViewActivity. |
+ * Show an informational web page. The page doesn't show navigation control. |
+ * @param url Resource id for the URL of the web page. |
*/ |
- void showEmbedContentViewActivity(int title, int url); |
+ void showInfoPage(int url); |
} |