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

Unified Diff: content/public/browser/content_browser_client.h

Issue 2059543002: bluetooth: Move FactoryWrapper to device and expose a function for testing in chooser controller (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Fix typo Created 4 years, 6 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: content/public/browser/content_browser_client.h
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
index 56b709c056f6d638e4121c36d4f391c1cff9d77c..2b09a4f501652ad5e2893b8944f263fc14114a50 100644
--- a/content/public/browser/content_browser_client.h
+++ b/content/public/browser/content_browser_client.h
@@ -402,6 +402,10 @@ class CONTENT_EXPORT ContentBrowserClient {
// "1812:e, 00001800-0000-1000-8000-00805f9b34fb:w, ignored:1, alsoignored."
virtual std::string GetWebBluetoothBlacklist();
+ // Allows the embedder to return the period of time a Bluetooth Discovery
+ // Session should be active for.
scheib 2016/06/22 03:44:22 should be active. [delete 'for']
ortuno 2016/06/23 21:54:59 Done.
+ virtual base::TimeDelta GetBluetoothScanDuration();
+
// Allow the embedder to override the request context based on the URL for
// certain operations, like cookie access. Returns nullptr to indicate the
// regular request context should be used.

Powered by Google App Engine
This is Rietveld 408576698