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

Unified Diff: chrome/browser/ui/views/chooser_content_view.h

Issue 2390823005: Update device permissions dialog ui for Chrome apps and extensions (Closed)
Patch Set: address comments Created 4 years, 1 month 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/browser/ui/views/chooser_content_view.h
diff --git a/chrome/browser/ui/views/chooser_content_view.h b/chrome/browser/ui/views/chooser_content_view.h
index 763207f60c1f15fbdc01c1c701ec70cd5fd2c77c..812d32f4cc531298ee044a2da54a70b6ac0d8c98 100644
--- a/chrome/browser/ui/views/chooser_content_view.h
+++ b/chrome/browser/ui/views/chooser_content_view.h
@@ -63,7 +63,7 @@ class ChooserContentView : public views::View,
base::string16 GetWindowTitle() const;
base::string16 GetDialogButtonLabel(ui::DialogButton button) const;
bool IsDialogButtonEnabled(ui::DialogButton button) const;
- views::StyledLabel* footnote_link() { return footnote_link_.get(); }
+ views::StyledLabel* footnote_link();
void Accept();
void Cancel();
void Close();

Powered by Google App Engine
This is Rietveld 408576698