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

Unified Diff: components/test_runner/tracked_dictionary.h

Issue 1829253002: Replicate to all renderers the accepted languages set by a layout test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@splitting-web-frame-test-client
Patch Set: Quit early if the value doesn't really change. 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
Index: components/test_runner/tracked_dictionary.h
diff --git a/components/test_runner/tracked_dictionary.h b/components/test_runner/tracked_dictionary.h
index c29eeb51661362e7704a013eae97f6e7566de199..7b7182da75f108aef7573206e47abf1d03d1a33d 100644
--- a/components/test_runner/tracked_dictionary.h
+++ b/components/test_runner/tracked_dictionary.h
@@ -44,6 +44,7 @@ class TEST_RUNNER_EXPORT TrackedDictionary {
// Type-specific setter for convenience.
void SetBoolean(const std::string& path, bool new_value);
+ void SetString(const std::string& path, const std::string& new_value);
private:
base::DictionaryValue current_values_;

Powered by Google App Engine
This is Rietveld 408576698