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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_browser_unittest.cc

Issue 22793011: ash:Shelf - Enable Alternate Shelf and Side Shelf by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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/ui/ash/launcher/chrome_launcher_controller_per_browser_unittest.cc
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_browser_unittest.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_browser_unittest.cc
index f91430bbcd41b6d94bcc0e59d300ad9031a49780..26654e5b6aca68bcbf1eb4e9e4860a4091bf016c 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_browser_unittest.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_browser_unittest.cc
@@ -8,6 +8,7 @@
#include <string>
#include <vector>
+#include "ash/ash_switches.h"
#include "ash/launcher/launcher_model.h"
#include "base/command_line.h"
#include "base/compiler_specific.h"
@@ -40,6 +41,8 @@ class ChromeLauncherControllerPerBrowserTest : public testing::Test {
ChromeLauncherControllerPerBrowserTest()
: profile_(new TestingProfile()),
extension_service_(NULL) {
+ CommandLine::ForCurrentProcess()->AppendSwitch(
Harry McCleave 2013/08/21 21:34:43 ChromeLaun...PerBrowser is being removed (cl in th
James Cook 2013/08/22 00:19:12 Just FYI: The original removal got reverted, but I
+ ash::switches::kAshDisableAlternateShelfLayout);
DictionaryValue manifest;
manifest.SetString("name", "launcher controller test extension");
manifest.SetString("version", "1");

Powered by Google App Engine
This is Rietveld 408576698