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

Unified Diff: chrome/browser/chromeos/note_taking_helper_unittest.cc

Issue 2644713002: cros: Use runtime stylus detection for ash palette. (Closed)
Patch Set: Add listeners to options and settings Created 3 years, 11 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/browser/chromeos/note_taking_helper_unittest.cc
diff --git a/chrome/browser/chromeos/note_taking_helper_unittest.cc b/chrome/browser/chromeos/note_taking_helper_unittest.cc
index 2958e7e44a8d6eb1a340348d0904301bdf22fe1c..a233093f70f0650271ed30dbd61689524f37a047 100644
--- a/chrome/browser/chromeos/note_taking_helper_unittest.cc
+++ b/chrome/browser/chromeos/note_taking_helper_unittest.cc
@@ -178,7 +178,7 @@ class NoteTakingHelperTest : public BrowserWithTestWindowTest {
if (flags & ENABLE_PALETTE) {
base::CommandLine::ForCurrentProcess()->AppendSwitch(
- ash::switches::kAshEnablePalette);
+ ash::switches::kAshForceEnablePalette);
}
// TODO(derat): Sigh, something in ArcAppTest appears to be re-enabling ARC.

Powered by Google App Engine
This is Rietveld 408576698