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

Unified Diff: content/public/browser/bluetooth_chooser.cc

Issue 1286063002: Add a path for content/ to open and control a Bluetooth chooser dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Fix comment wrapping. Created 5 years, 4 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 | « content/public/browser/bluetooth_chooser.h ('k') | content/public/browser/web_contents_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/bluetooth_chooser.cc
diff --git a/content/public/common/presentation_constants.cc b/content/public/browser/bluetooth_chooser.cc
similarity index 62%
copy from content/public/common/presentation_constants.cc
copy to content/public/browser/bluetooth_chooser.cc
index da7e6acd3766d99187726263e9734dd2f62f623a..40d4590e3cb69b9babd371d328915f1af7d3cc38 100644
--- a/content/public/common/presentation_constants.cc
+++ b/content/public/browser/bluetooth_chooser.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/public/common/presentation_constants.h"
+#include "content/public/browser/bluetooth_chooser.h"
namespace content {
-const size_t kMaxPresentationSessionMessageSize = 64 * 1024; // 64 KB.
+BluetoothChooser::~BluetoothChooser() {}
} // namespace content
« no previous file with comments | « content/public/browser/bluetooth_chooser.h ('k') | content/public/browser/web_contents_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698