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

Unified Diff: chrome/browser/ui/website_settings/chooser_bubble_controller.h

Issue 1892293003: Display origin url on the chooser permission dialog title (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated comment Created 4 years, 8 months 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/website_settings/chooser_bubble_controller.h
diff --git a/chrome/browser/ui/website_settings/chooser_bubble_controller.h b/chrome/browser/ui/website_settings/chooser_bubble_controller.h
index 70f766053dcf6137992ee0d45ed680345c0b78ee..1308943c7c260dd9a064db1928a19f3f8895fd53 100644
--- a/chrome/browser/ui/website_settings/chooser_bubble_controller.h
+++ b/chrome/browser/ui/website_settings/chooser_bubble_controller.h
@@ -53,6 +53,9 @@ class ChooserBubbleController : public BubbleDelegate {
virtual ~Observer() {}
};
+ // Return the origin URL to be displayed on the bubble title.
+ GURL GetOriginUrl() const;
palmer 2016/04/18 18:28:10 I think it might make more conceptual sense to ret
juncai 2016/04/18 19:43:24 Done.
+
// Open help center URL.
void OpenHelpCenterUrl() const;

Powered by Google App Engine
This is Rietveld 408576698