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

Unified Diff: content/test/layout_browsertest.h

Issue 10869061: Make IndexedDB layout browser tests save incorrect results to a file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix << Created 8 years, 3 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 | « content/shell/shell_switches.cc ('k') | content/test/layout_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/layout_browsertest.h
diff --git a/content/test/layout_browsertest.h b/content/test/layout_browsertest.h
index 9f9cec9b14a5bf695b83735878f7492e145c393b..00c12136e9bfacad4d59e11a9d8d602e211d2825 100644
--- a/content/test/layout_browsertest.h
+++ b/content/test/layout_browsertest.h
@@ -40,6 +40,8 @@ class InProcessBrowserLayoutTest : public content::ContentBrowserTest {
const GURL& url);
void WriteModifiedFile(const std::string& test_case_file_name,
FilePath* test_path);
+ std::string SaveResults(const std::string& expected,
+ const std::string& actual);
FilePath our_original_layout_test_dir_;
FilePath test_parent_dir_;
« no previous file with comments | « content/shell/shell_switches.cc ('k') | content/test/layout_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698