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

Unified Diff: chrome/browser/ui/cocoa/chooser_content_view_cocoa.h

Issue 2439453006: Make "to allow pairing" not be a link in the WebBluetooth chooser (Closed)
Patch Set: make "to allow pairing" not be a link in the WebBluetooth chooser Created 4 years, 2 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/cocoa/chooser_content_view_cocoa.h
diff --git a/chrome/browser/ui/cocoa/chooser_content_view_cocoa.h b/chrome/browser/ui/cocoa/chooser_content_view_cocoa.h
index 564657317b06b917c88cd937906f82f262a9e27b..a8d282c9d1b2dcc4ff6a6280b808b428736b0774 100644
--- a/chrome/browser/ui/cocoa/chooser_content_view_cocoa.h
+++ b/chrome/browser/ui/cocoa/chooser_content_view_cocoa.h
@@ -20,6 +20,7 @@ class ChooserController;
@private
base::scoped_nsobject<NSTextField> titleView_;
base::scoped_nsobject<NSButton> adapterOffHelpButton_;
+ base::scoped_nsobject<NSTextField> adapterOffMessage_;
base::scoped_nsobject<NSScrollView> scrollView_;
base::scoped_nsobject<NSTableColumn> tableColumn_;
base::scoped_nsobject<NSTableView> tableView_;

Powered by Google App Engine
This is Rietveld 408576698