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

Unified Diff: chrome/browser/chrome_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: chrome/browser/chrome_content_browser_client.h
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
index 0fb82623ca92060acf312adcae4d519e1bfffa1d..d29cc66b5056b616bdcbc343cc49c2bdaeff5eb2 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -160,6 +160,7 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
const url::Origin& requesting_origin,
const url::Origin& embedding_origin) override;
std::string GetWebBluetoothBlacklist() override;
+ base::TimeDelta GetBluetoothScanDuration() override;
net::URLRequestContext* OverrideRequestContextForURL(
const GURL& url,
content::ResourceContext* context) override;

Powered by Google App Engine
This is Rietveld 408576698