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

Unified Diff: chrome/browser/chromeos/customization_document.h

Issue 397723002: Extract l10n-related parts of NetworkScreenHandler to a helper file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Derive list of input methods from actual locale, not requested locale. This is how it used to work … 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 | « no previous file | chrome/browser/ui/webui/chromeos/login/l10n_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/customization_document.h
diff --git a/chrome/browser/chromeos/customization_document.h b/chrome/browser/chromeos/customization_document.h
index ad1b1f6c617f22eadbf6f548aa874c090148b0b1..4322855ea0df753589e0ae5455b8f57d55a89baf 100644
--- a/chrome/browser/chromeos/customization_document.h
+++ b/chrome/browser/chromeos/customization_document.h
@@ -37,14 +37,13 @@ namespace user_prefs {
class PrefRegistrySyncable;
}
-// This test is in global namespace so it must be declared here.
-void Test__InitStartupCustomizationDocument(const std::string& manifest);
-
namespace chromeos {
class CustomizationWallpaperDownloader;
class ServicesCustomizationExternalLoader;
+void InitStartupCustomizationDocumentForTesting(const std::string& manifest);
+
namespace system {
class StatisticsProvider;
} // system
@@ -107,7 +106,7 @@ class StartupCustomizationDocument : public CustomizationDocument {
FRIEND_TEST_ALL_PREFIXES(StartupCustomizationDocumentTest, BadManifest);
FRIEND_TEST_ALL_PREFIXES(ServicesCustomizationDocumentTest, MultiLanguage);
friend class OobeLocalizationTest;
- friend void ::Test__InitStartupCustomizationDocument(
+ friend void InitStartupCustomizationDocumentForTesting(
const std::string& manifest);
friend struct DefaultSingletonTraits<StartupCustomizationDocument>;
« no previous file with comments | « no previous file | chrome/browser/ui/webui/chromeos/login/l10n_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698