Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3053)

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunPageDelegate.java

Issue 2571553003: Converts usage of EmbeddedContentViewActivity to CustomTabActivity. (Closed)
Patch Set: Fix an issue for url with chrome schema. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698