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

Side by Side Diff: chrome/browser/debugger/devtools_sanity_browsertest.cc

Issue 10383176: Run the devtools sanity tests as a browser_test instead of interactive_ui_test. These tests don't d… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/debugger/devtools_sanity_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/bind.h" 5 #include "base/bind.h"
6 #include "base/cancelable_callback.h" 6 #include "base/cancelable_callback.h"
7 #include "base/command_line.h" 7 #include "base/command_line.h"
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "base/memory/ref_counted.h" 9 #include "base/memory/ref_counted.h"
10 #include "base/path_service.h" 10 #include "base/path_service.h"
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 content::CONSOLE_MESSAGE_LEVEL_LOG, 611 content::CONSOLE_MESSAGE_LEVEL_LOG,
612 "log"); 612 "log");
613 devtools_manager->AddMessageToConsole(agent_host, 613 devtools_manager->AddMessageToConsole(agent_host,
614 content::CONSOLE_MESSAGE_LEVEL_ERROR, 614 content::CONSOLE_MESSAGE_LEVEL_ERROR,
615 "error"); 615 "error");
616 RunTestFunction(window_, "checkLogAndErrorMessages"); 616 RunTestFunction(window_, "checkLogAndErrorMessages");
617 CloseDevToolsWindow(); 617 CloseDevToolsWindow();
618 } 618 }
619 619
620 } // namespace 620 } // namespace
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/debugger/devtools_sanity_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698