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

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

Issue 2595083002: Change ChooserContentView[Cocoa] class name to be DeviceChooserContentView[Cocoa] (Closed)
Patch Set: merge master Created 3 years, 12 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
« no previous file with comments | « chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/website_settings/chooser_bubble_delegate.h
diff --git a/chrome/browser/ui/website_settings/chooser_bubble_delegate.h b/chrome/browser/ui/website_settings/chooser_bubble_delegate.h
index 6538990b6c05e6928a49521ae3d0f8cad432242d..e521b54993026377f01606acbb98ea2a8944f15e 100644
--- a/chrome/browser/ui/website_settings/chooser_bubble_delegate.h
+++ b/chrome/browser/ui/website_settings/chooser_bubble_delegate.h
@@ -33,9 +33,9 @@ class ChooserBubbleDelegate : public BubbleDelegate {
const content::RenderFrameHost* const owning_frame_;
Browser* browser_;
// |chooser_controller_| is not owned by this class, it is owned by
- // ChooserContentView[Cocoa].
+ // DeviceChooserContentView[Cocoa].
// This field only temporarily owns the ChooserController. It is moved
- // into the ChooserContentView[Cocoa] when BuildBubbleUi() is called
+ // into the DeviceChooserContentView[Cocoa] when BuildBubbleUi() is called
// and the bubble is shown.
std::unique_ptr<ChooserController> chooser_controller_;
« no previous file with comments | « chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698