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

Unified Diff: chrome/test/data/chromeos/oobe_webui_browsertest.js

Issue 889533002: Revert "Enable Roboto by default for testing purpose." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/chromeos/oobe_webui_browsertest.js
diff --git a/chrome/test/data/chromeos/oobe_webui_browsertest.js b/chrome/test/data/chromeos/oobe_webui_browsertest.js
index d892530b8bcc28819a12d5cc505d9a74607227e5..6f15162d55122a76948c19558e536ca391b9ae18 100644
--- a/chrome/test/data/chromeos/oobe_webui_browsertest.js
+++ b/chrome/test/data/chromeos/oobe_webui_browsertest.js
@@ -2,11 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-GEN('#include "chrome/browser/ui/browser.h"');
-GEN('#include "chrome/browser/ui/browser_commands.h"');
-GEN('#include "chrome/browser/ui/exclusive_access/' +
- 'fullscreen_controller_test.h"');
-
/**
* Fixture for ChromeOs WebUI OOBE testing.
*
@@ -32,14 +27,6 @@ OobeWebUITest.prototype = {
accessibilityIssuesAreErrors: true,
/** @override */
- testGenPreamble: function() {
- // OobeWebUI should run in fullscreen.
- GEN(' FullscreenNotificationObserver fullscreen_observer;');
- GEN(' chrome::ToggleFullscreenMode(browser());');
- GEN(' fullscreen_observer.Wait();');
- },
-
- /** @override */
setUp: function() {
testing.Test.prototype.setUp.call(this);
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698