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

Unified Diff: content/shell/test_runner/test_runner.h

Issue 2907463003: Remove window.status plumbing, it's unused and the spec says it's a dummy (Closed)
Patch Set: Drop accidental change Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/shell/test_runner/layout_test_runtime_flags.cc ('k') | content/shell/test_runner/test_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/test_runner/test_runner.h
diff --git a/content/shell/test_runner/test_runner.h b/content/shell/test_runner/test_runner.h
index bd1e591b4bbe5777460ad3ebd5030d4a9f6a371d..02d978fc8253e2ae3b55cd0a0a9f90614af3c380 100644
--- a/content/shell/test_runner/test_runner.h
+++ b/content/shell/test_runner/test_runner.h
@@ -135,7 +135,6 @@ class TestRunner : public WebTestRunner {
bool canOpenWindows() const;
bool shouldDumpResourceLoadCallbacks() const;
bool shouldDumpResourceResponseMIMETypes() const;
- bool shouldDumpStatusCallbacks() const;
bool shouldDumpSpellCheckCallbacks() const;
bool shouldWaitUntilExternalURLLoad() const;
const std::set<std::string>* httpHeadersToClear() const;
@@ -427,11 +426,6 @@ class TestRunner : public WebTestRunner {
void SetDisallowedSubresourcePathSuffixes(
const std::vector<std::string>& suffixes);
- // This function sets a flag that tells the test_shell to dump all calls
- // to window.status().
- // It takes no arguments, and ignores any that may be present.
- void DumpWindowStatusChanges();
-
// This function sets a flag that tells the test_shell to dump all
// the lines of descriptive text about spellcheck execution.
void DumpSpellCheckCallbacks();
« no previous file with comments | « content/shell/test_runner/layout_test_runtime_flags.cc ('k') | content/shell/test_runner/test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698