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

Unified Diff: chrome/browser/ui/browser.cc

Issue 9753019: ash: Add a bluetooth entry in the uber tray. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 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/browser.h ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.cc
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index 3aa426dc560002c693e6aefed64a3e51b42c4712..c060e12d9741ec477c36e38163682bae61f36c20 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -2557,7 +2557,12 @@ void Browser::OpenMobilePlanTabAndActivate() {
window_->Activate();
}
}
-#endif
+
+void Browser::OpenAddBluetoothDeviceDialog() {
+ content::RecordAction(UserMetricsAction("OpenAddBluetoothDeviceDialog"));
+ ShowOptionsTab(chrome::kBluetoothAddDeviceSubPage);
+}
+#endif // defined(OS_CHROMEOS)
#if defined(OS_CHROMEOS) && defined(USE_AURA)
void Browser::OpenCrosh() {
« no previous file with comments | « chrome/browser/ui/browser.h ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698