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

Unified Diff: third_party/WebKit/Source/platform/inspector_protocol/Values.h

Issue 1821103003: Reland of DevTools: Select max resource size in NetworkResourcesData depending on device capabilities. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: third_party/WebKit/Source/platform/inspector_protocol/Values.h
diff --git a/third_party/WebKit/Source/platform/inspector_protocol/Values.h b/third_party/WebKit/Source/platform/inspector_protocol/Values.h
index f1366626b93656100011c7b2edc5860ea3d54561..39c1ead0eb8cb36f020181e8bcf5a7a765ba0e11 100644
--- a/third_party/WebKit/Source/platform/inspector_protocol/Values.h
+++ b/third_party/WebKit/Source/platform/inspector_protocol/Values.h
@@ -168,6 +168,7 @@
Entry at(size_t index) const;
bool booleanProperty(const String16& name, bool defaultValue) const;
+ double numberProperty(const String16& name, double defaultValue) const;
void remove(const String16& name);
~DictionaryValue() override;
« no previous file with comments | « third_party/WebKit/Source/devtools/protocol.json ('k') | third_party/WebKit/Source/platform/inspector_protocol/Values.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698