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

Unified Diff: chrome/browser/apps/app_browsertest.cc

Issue 324873002: Removed debug logging to track flaky test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/apps/app_browsertest.cc
diff --git a/chrome/browser/apps/app_browsertest.cc b/chrome/browser/apps/app_browsertest.cc
index 436f75c30b52e92026c72ef5bfeba561144fa88f..47b851fde4a11f293b1c24d71af8044e37029ecd 100644
--- a/chrome/browser/apps/app_browsertest.cc
+++ b/chrome/browser/apps/app_browsertest.cc
@@ -748,18 +748,13 @@ IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, MAYBE_AppWindowRestoreState) {
IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest,
AppWindowAdjustBoundsToBeVisibleOnScreen) {
- // TODO(benwells): Remove this logging once flakiness has been observed.
- // See http://crbug.com/377754.
ExtensionTestMessageListener launched_listener("Launched", false);
- LOG(WARNING) << "Loading minimal app";
const Extension* extension = LoadAndLaunchPlatformApp("minimal");
EXPECT_TRUE(launched_listener.WaitUntilSatisfied());
- LOG(WARNING) << "Creating window";
AppWindow* window = CreateAppWindow(extension);
- LOG(WARNING) << "Performing tests";
// The screen bounds didn't change, the cached bounds didn't need to adjust.
gfx::Rect cached_bounds(80, 100, 400, 400);
gfx::Rect cached_screen_bounds(0, 0, 1600, 900);
@@ -827,7 +822,6 @@ IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest,
gfx::Size(900, 900),
&bounds);
EXPECT_EQ(bounds, gfx::Rect(0, 0, 900, 900));
- LOG(WARNING) << "Tests complete";
}
namespace {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698