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

Unified Diff: chrome/browser/importer/firefox3_importer.h

Issue 3341016: Fix Firefox data import for Mac.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 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/importer/firefox3_importer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/importer/firefox3_importer.h
===================================================================
--- chrome/browser/importer/firefox3_importer.h (revision 58732)
+++ chrome/browser/importer/firefox3_importer.h (working copy)
@@ -82,8 +82,11 @@
FilePath source_path_;
FilePath app_path_;
- // Stored because we can only access it from the UI thread.
+#if defined(OS_LINUX)
+ // Stored because we can only access it from the UI thread. Not usable
+ // in Mac because no access from out-of-process import.
std::string locale_;
+#endif
DISALLOW_COPY_AND_ASSIGN(Firefox3Importer);
};
« no previous file with comments | « no previous file | chrome/browser/importer/firefox3_importer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698