Commit b903612e authored by aurimas's avatar aurimas Committed by Commit bot

Update FirstRunPageDelegate interface.

BUG=428842

Review URL: https://codereview.chromium.org/976493003

Cr-Commit-Position: refs/heads/master@{#318937}
parent 385e3940
...@@ -90,9 +90,14 @@ public interface FirstRunPageDelegate { ...@@ -90,9 +90,14 @@ public interface FirstRunPageDelegate {
void openAccountAdder(Fragment fragment); void openAccountAdder(Fragment fragment);
/** /**
* Opens Chrome Preferences on a given page. * Show an EmbedContentViewActivity with a given title and a URL.
* @param fragment A fragment that requested the service. * @param title Resource id for the title of the EmbedContentViewActivity.
* @param pageClassName The preferences fragment class name. * @param url Resource id for the URL of the EmbedContentViewActivity.
*/ */
void openChromePreferencesPage(Fragment fragment, String pageClassName); void showEmbedContentViewActivity(int title, int url);
/**
* Opens Chrome preferences for document mode.
*/
void openDocumentModeSettings();
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment