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

Unified Diff: chrome/test/base/test_launcher_utils.cc

Issue 2450993003: Componentize safe_browsing [1]: create component, move messages, constants and switches. (Closed)
Patch Set: fix compile Created 4 years 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/renderer/safe_browsing/threat_dom_details_browsertest.cc ('k') | components/safe_browsing/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/test_launcher_utils.cc
diff --git a/chrome/test/base/test_launcher_utils.cc b/chrome/test/base/test_launcher_utils.cc
index 81f9ca4cd4d52f3ed7e3ba7e3d5060443225ddab..88926743500e693745885766a43a6d2aec508e4c 100644
--- a/chrome/test/base/test_launcher_utils.cc
+++ b/chrome/test/base/test_launcher_utils.cc
@@ -16,6 +16,7 @@
#include "chrome/common/chrome_paths.h"
#include "chrome/common/chrome_switches.h"
#include "components/os_crypt/os_crypt_switches.h"
+#include "components/safe_browsing/common/safebrowsing_switches.h"
#include "content/public/common/content_switches.h"
#if defined(USE_AURA)
@@ -45,7 +46,7 @@ void PrepareBrowserCommandLineForTests(base::CommandLine* command_line) {
command_line->AppendSwitchASCII(switches::kLoggingLevel, "0"); // info
// Disable safebrowsing autoupdate.
- command_line->AppendSwitch(switches::kSbDisableAutoUpdate);
+ command_line->AppendSwitch(safe_browsing::switches::kSbDisableAutoUpdate);
// Don't install default apps.
command_line->AppendSwitch(switches::kDisableDefaultApps);
« no previous file with comments | « chrome/renderer/safe_browsing/threat_dom_details_browsertest.cc ('k') | components/safe_browsing/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698