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

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

Issue 14329020: Implementing uploading of a WebRTC diagnostic log. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed pre-submit warnings/errors (including adding bzip2 to content/browser DEPS). Created 7 years, 8 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.cc
diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
index 1db244154d82473f3a769aa52505095a3fe32560..e8eead8d2a770c73a341007533dc5a21942229b7 100644
--- a/content/public/browser/content_browser_client.cc
+++ b/content/public/browser/content_browser_client.cc
@@ -276,4 +276,8 @@ crypto::CryptoModuleBlockingPasswordDelegate*
}
#endif
+base::PlatformFile ContentBrowserClient::CreateWebRtcLogFile() {
+ return base::kInvalidPlatformFileValue;
+}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698