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

Unified Diff: chrome/browser/profile_resetter/resettable_settings_snapshot.cc

Issue 1332353003: Move resources for version_ui to //components/version_ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 2 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/browser_resources.grd ('k') | chrome/browser/resources/about_version.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profile_resetter/resettable_settings_snapshot.cc
diff --git a/chrome/browser/profile_resetter/resettable_settings_snapshot.cc b/chrome/browser/profile_resetter/resettable_settings_snapshot.cc
index b90a9a4ae5b6ea0cc700c6912d03641d2fdddf3f..42c6f5921e6ee540c7ba9d12a3fe184c43c1c2f1 100644
--- a/chrome/browser/profile_resetter/resettable_settings_snapshot.cc
+++ b/chrome/browser/profile_resetter/resettable_settings_snapshot.cc
@@ -24,6 +24,7 @@
#include "components/version_info/version_info.h"
#include "content/public/browser/browser_thread.h"
#include "extensions/browser/extension_registry.h"
+#include "grit/components_strings.h"
#include "ui/base/l10n/l10n_util.h"
using feedback::FeedbackData;
@@ -255,7 +256,7 @@ scoped_ptr<base::ListValue> GetReadableFeedbackForSnapshot(
l10n_util::GetStringUTF16(IDS_RESET_PROFILE_SETTINGS_LOCALE),
g_browser_process->GetApplicationLocale());
AddPair(list.get(),
- l10n_util::GetStringUTF16(IDS_ABOUT_VERSION_USER_AGENT),
+ l10n_util::GetStringUTF16(IDS_VERSION_UI_USER_AGENT),
GetUserAgent());
std::string version = version_info::GetVersionNumber();
version += chrome::GetChannelString();
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/about_version.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698