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

Unified Diff: chrome/browser/component_updater/cld_component_installer.h

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: Leaky lazy last file path 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
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/component_updater/cld_component_installer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/component_updater/cld_component_installer.h
diff --git a/chrome/browser/component_updater/cld_component_installer.h b/chrome/browser/component_updater/cld_component_installer.h
index b226aac872843253a850d655287cfbb1b50c14a5..ff4e84871b956d0376dab617d5809b762ab3dbcc 100644
--- a/chrome/browser/component_updater/cld_component_installer.h
+++ b/chrome/browser/component_updater/cld_component_installer.h
@@ -60,6 +60,10 @@ class CldComponentInstallerTraits : public ComponentInstallerTraits {
// This method is threadsafe.
static void SetLatestCldDataFile(const base::FilePath& path);
+ // Allows testing code to detect the file path that was ultimately set in
Sorin Jianu 2014/07/29 17:56:56 Can this code be for production, in other words, w
Andrew Hayden (chromium.org) 2014/07/29 19:51:55 There is no issue, but there is also no need. It's
+ // SetLatestCldDataFile.
+ static base::FilePath GetLatestCldDataFile_ForTest();
+
DISALLOW_COPY_AND_ASSIGN(CldComponentInstallerTraits);
};
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/component_updater/cld_component_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698