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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2916323004: Expose GetLoggingFileName in ContentBrowserClient. (Closed)
Patch Set: Cleanup per review Created 3 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.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 2798f175d266568bf471b99d8f90f98ac3728b30..01dffd1ad3070916d8149396d8f476fb60eb7022 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -3615,3 +3615,7 @@ void ChromeContentBrowserClient::SetDefaultQuotaSettingsForTesting(
const storage::QuotaSettings* settings) {
g_default_quota_settings = settings;
}
+
+base::FilePath ChromeContentBrowserClient::GetLoggingFileName() {
Robert Sesek 2017/06/05 23:22:48 Place in order with the .h
Greg K 2017/06/05 23:53:04 Done.
+ return logging::GetLogFileName();
+}

Powered by Google App Engine
This is Rietveld 408576698