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

Unified Diff: chrome/browser/extensions/platform_app_browsertest_util.cc

Issue 11147017: Remove unneeded flag for platform app tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 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 | « no previous file | chrome/test/data/extensions/api_test/file_system/get_display_path_prettify_mac/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/platform_app_browsertest_util.cc
diff --git a/chrome/browser/extensions/platform_app_browsertest_util.cc b/chrome/browser/extensions/platform_app_browsertest_util.cc
index 3d1fe7ce10efdf40bca582d0d3e4f53ad4bd6557..5b26f9bb58c9f3b0dc82ad4b43a5328372ba576f 100644
--- a/chrome/browser/extensions/platform_app_browsertest_util.cc
+++ b/chrome/browser/extensions/platform_app_browsertest_util.cc
@@ -23,8 +23,8 @@ namespace utils = extension_function_test_utils;
namespace extensions {
void PlatformAppBrowserTest::SetUpCommandLine(CommandLine* command_line) {
+ // Skips ExtensionApiTest::SetUpCommandLine.
ExtensionBrowserTest::SetUpCommandLine(command_line);
- command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis);
// Make event pages get suspended quicker.
command_line->AppendSwitchASCII(switches::kEventPageIdleTime, "1");
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/file_system/get_display_path_prettify_mac/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698