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

Unified Diff: chrome/browser/background_contents_service_unittest.cc

Issue 3935001: Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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/app_controller_mac.mm ('k') | chrome/browser/background_mode_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/background_contents_service_unittest.cc
diff --git a/chrome/browser/background_contents_service_unittest.cc b/chrome/browser/background_contents_service_unittest.cc
index 84c78ac8f06d1c8b1a4a2eb5fcf58dec705b6561..23ba929cd68e166db639bfa53280167323c0666e 100644
--- a/chrome/browser/background_contents_service_unittest.cc
+++ b/chrome/browser/background_contents_service_unittest.cc
@@ -24,7 +24,7 @@ class BackgroundContentsServiceTest : public testing::Test {
BackgroundContentsServiceTest() {}
~BackgroundContentsServiceTest() {}
void SetUp() {
- command_line_.reset(new CommandLine(CommandLine::ARGUMENTS_ONLY));
+ command_line_.reset(new CommandLine(CommandLine::NO_PROGRAM));
}
DictionaryValue* GetPrefs(Profile* profile) {
« no previous file with comments | « chrome/browser/app_controller_mac.mm ('k') | chrome/browser/background_mode_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698