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

Unified Diff: chrome/browser/translate/chrome_translate_client.cc

Issue 424053002: Add a new "Configure" mechanism to CLD browser-side data interfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sorin@'s comments Created 6 years, 5 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/translate/chrome_translate_client.cc
diff --git a/chrome/browser/translate/chrome_translate_client.cc b/chrome/browser/translate/chrome_translate_client.cc
index 0cf650371f471059250907c010d4f6e3c4e32bfe..6131d498fddfe69b3b1972f58e72a830abffe58d 100644
--- a/chrome/browser/translate/chrome_translate_client.cc
+++ b/chrome/browser/translate/chrome_translate_client.cc
@@ -72,7 +72,7 @@ void InitCldFilePath() {
g_cld_file_path_initialized_ = true;
path = path.Append(kCldDataFileName);
VLOG(1) << "Setting CLD data file path: " << path.value();
- translate::DataFileBrowserCldDataProvider::SetCldDataFilePath(path);
+ translate::SetCldDataFilePath(path);
}
#endif
« no previous file with comments | « chrome/browser/component_updater/test/cld_component_installer_unittest.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698