Commit a7a6b495 authored by estade@chromium.org's avatar estade@chromium.org

add oauth2 zippies to views extension install dialog

BUG=130206
TEST=manual


Review URL: https://chromiumcodereview.appspot.com/10824054

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148879 0039d316-1c4b-4281-b951-d872f2087c98
parent 08c876aa
...@@ -280,7 +280,6 @@ ExtensionInstallDialog::ExtensionInstallDialog( ...@@ -280,7 +280,6 @@ ExtensionInstallDialog::ExtensionInstallDialog(
gtk_box_pack_start(GTK_BOX(oauth_issues_container), oauth_issues_header, gtk_box_pack_start(GTK_BOX(oauth_issues_container), oauth_issues_header,
FALSE, FALSE, 0); FALSE, FALSE, 0);
// TODO(estade): display the issue details under zippies.
for (size_t i = 0; i < prompt.GetOAuthIssueCount(); ++i) { for (size_t i = 0; i < prompt.GetOAuthIssueCount(); ++i) {
GtkWidget* issue_advice_widget = GtkWidget* issue_advice_widget =
CreateWidgetForIssueAdvice(prompt.GetOAuthIssue(i), pixel_width); CreateWidgetForIssueAdvice(prompt.GetOAuthIssue(i), pixel_width);
......
...@@ -1177,7 +1177,6 @@ void WebIntentPickerViews::ResetContents() { ...@@ -1177,7 +1177,6 @@ void WebIntentPickerViews::ResetContents() {
action_label_->SetText(action_text_); action_label_->SetText(action_text_);
contents_->Layout(); contents_->Layout();
SizeToContents(); SizeToContents();
} }
void WebIntentPickerViews::SizeToContents() { void WebIntentPickerViews::SizeToContents() {
......
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