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

Unified Diff: chrome/browser/extensions/extension_sync_data.cc

Issue 10310069: There is stability regression between 1104 and 1105.0 build. Looking at changelogs, this change loo… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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/common/extensions/extension.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_sync_data.cc
===================================================================
--- chrome/browser/extensions/extension_sync_data.cc (revision 135917)
+++ chrome/browser/extensions/extension_sync_data.cc (working copy)
@@ -43,7 +43,7 @@
incognito_enabled_(incognito_enabled),
version_(*extension.version()),
update_url_(extension.update_url()),
- name_(extension.non_localized_name()) {
+ name_(extension.name()) {
}
ExtensionSyncData::~ExtensionSyncData() {}
« no previous file with comments | « no previous file | chrome/common/extensions/extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698