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

Unified Diff: chrome/installer/util/chrome_browser_sxs_operations.cc

Issue 12321061: Pulling user experiment code from BrowserDistribution to a new class. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: *Only* making ProductOperation to use string16 instead of std::wstring; wrapping changes. Created 7 years, 9 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
Index: chrome/installer/util/chrome_browser_sxs_operations.cc
diff --git a/chrome/installer/util/chrome_browser_sxs_operations.cc b/chrome/installer/util/chrome_browser_sxs_operations.cc
index 00aabf9890487182742ee3013acbd69ad5f6fbbc..ad7cc5e76a7bed88a61603a3a655e08a8cd51114 100644
--- a/chrome/installer/util/chrome_browser_sxs_operations.cc
+++ b/chrome/installer/util/chrome_browser_sxs_operations.cc
@@ -11,7 +11,7 @@
namespace installer {
void ChromeBrowserSxSOperations::AppendProductFlags(
- const std::set<std::wstring>& options,
+ const std::set<string16>& options,
CommandLine* cmd_line) const {
DCHECK(cmd_line);
@@ -20,7 +20,7 @@ void ChromeBrowserSxSOperations::AppendProductFlags(
}
void ChromeBrowserSxSOperations::AppendRenameFlags(
- const std::set<std::wstring>& options,
+ const std::set<string16>& options,
CommandLine* cmd_line) const {
DCHECK(cmd_line);

Powered by Google App Engine
This is Rietveld 408576698