--- a/chrome/common/chrome_paths_linux.cc +++ b/chrome/common/chrome_paths_linux.cc @@ -87,11 +87,7 @@ bool GetDefaultUserDataDirectory(base::F GetXDGDirectory(env.get(), kXdgConfigHomeEnvVar, kDotConfigDir); } -#if defined(GOOGLE_CHROME_BUILD) - *result = config_dir.Append("google-chrome" + GetChannelSuffixForDataDir()); -#else - *result = config_dir.Append("chromium"); -#endif + *result = config_dir.Append("inox"); return true; } --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -130,10 +130,10 @@ If you update this file, be sure also to Disconnecting $1someone@example.com will clear your history, bookmarks, settings, and other Chromium data stored on this device. Data stored in your Google Account will not be cleared and can be managed on <a target="_blank" href="$2">Google Dashboard</a>. - Chromium + Inox - Chromium + Inox @@ -143,7 +143,7 @@ If you update this file, be sure also to - Chromium is a web browser that runs webpages and applications with lightning speed. It's fast, stable, and easy to use. Browse the web more safely with malware and phishing protection built into Chromium. + Inox is a free, open, and libre browser modification of the Chromium code base, with privacy being enhanced in several key areas. Automatic transmission of partial queries, keywords, metrics to central services inhibited and only occurs with consent. In addition, all our builds are reproducible, and modifications are auditable, setting the project ahead of other secure browser providers. @@ -166,7 +166,7 @@ If you update this file, be sure also to sign in to Chromium - Task Manager - Chromium + Task Manager - Inox Help make Chromium better by sending crash reports and $1usage statistics to Google @@ -174,7 +174,7 @@ If you update this file, be sure also to - $1Google - Chromium + $1Google - Inox @@ -296,7 +296,7 @@ If you update this file, be sure also to - Please close all Chromium windows and relaunch Chromium for this change to take effect. + Please close all Inox windows and relaunch Inox for this change to take effect. @@ -637,7 +637,7 @@ Chromium is unable to recover your setti - About &Chromium + About &Inox Update &Chromium @@ -645,7 +645,7 @@ Chromium is unable to recover your setti - About &Chromium + About &Inox Update &Chromium @@ -662,7 +662,7 @@ Chromium is unable to recover your setti - Chromium + Inox Chromium Helper --- a/chrome/test/chromedriver/chrome/chrome_finder.cc +++ b/chrome/test/chromedriver/chrome/chrome_finder.cc @@ -91,15 +91,12 @@ void GetApplicationDirs(std::vector