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

Unified Diff: chrome/browser/ui/app_list/speech_recognizer_browsertest.cc

Issue 774003002: [Hotword] Reverse the experimental flag so that it is on by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix browser test Created 6 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/browser/search/hotword_service_unittest.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/speech_recognizer_browsertest.cc
diff --git a/chrome/browser/ui/app_list/speech_recognizer_browsertest.cc b/chrome/browser/ui/app_list/speech_recognizer_browsertest.cc
index 3ebfe23448b866c5aed2a95a25f395cfe2944ebf..5e31309212d1ccfc42426eca6f0d357e85d6ef48 100644
--- a/chrome/browser/ui/app_list/speech_recognizer_browsertest.cc
+++ b/chrome/browser/ui/app_list/speech_recognizer_browsertest.cc
@@ -59,10 +59,6 @@ class AppListSpeechRecognizerBrowserTest : public InProcessBrowserTest {
browser()->profile(), NULL));
}
- void SetUpCommandLine(base::CommandLine* command_line) override {
- command_line->AppendSwitch(switches::kEnableExperimentalHotwording);
- }
-
void TearDownOnMainThread() override {
// This puts stuff on the IO loop which needs to be executed.
test_contents_.reset();
« no previous file with comments | « chrome/browser/search/hotword_service_unittest.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698