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

Unified Diff: components/test_runner/web_test_delegate.h

Issue 1715573002: Replicating LayoutDumpFlags across OOPIFs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@replicating-pixel-dump-flag
Patch Set: Removed unneeded include. Created 4 years, 9 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 | « components/test_runner/tracked_dictionary.cc ('k') | components/test_runner/web_test_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/web_test_delegate.h
diff --git a/components/test_runner/web_test_delegate.h b/components/test_runner/web_test_delegate.h
index ce757db8ddce8984237051489ea3817be25838bf..f43ef13c6c162b90b969f342cf1fe90dc5638cb1 100644
--- a/components/test_runner/web_test_delegate.h
+++ b/components/test_runner/web_test_delegate.h
@@ -17,6 +17,10 @@
#define WEBTESTRUNNER_NEW_HISTORY_CAPTURE
+namespace base {
+class DictionaryValue;
+}
+
namespace blink {
class WebDeviceMotionData;
class WebDeviceOrientationData;
@@ -212,6 +216,10 @@ class WebTestDelegate {
// Sets the POSIX locale of the current process.
virtual void SetLocale(const std::string& locale) = 0;
+ // Invoked when layout dump flags change.
+ virtual void OnLayoutDumpFlagsChanged(
+ const base::DictionaryValue& changed_values) = 0;
+
// Invoked when the test finished.
virtual void TestFinished() = 0;
« no previous file with comments | « components/test_runner/tracked_dictionary.cc ('k') | components/test_runner/web_test_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698