Index: third_party/WebKit/LayoutTests/inspector/extensions/extensions-api-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-api-expected.txt b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-api-expected.txt |
index 47c994c4d1dad54a26c1bd150be364ec7c806073..225854626d82b35169a1391fa3923bfa18dcb0f0 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-api-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-api-expected.txt |
@@ -5,8 +5,11 @@ Running tests... |
RUNNING TEST: extension_testAPI |
{ |
audits : { |
+ addCategory : <function> |
} |
inspectedWindow : { |
+ eval : <function> |
+ getResources : <function> |
onResourceAdded : { |
addListener : <function> |
removeListener : <function> |
@@ -15,8 +18,11 @@ RUNNING TEST: extension_testAPI |
addListener : <function> |
removeListener : <function> |
} |
+ reload : <function> |
} |
network : { |
+ addRequestHeaders : <function> |
+ getHAR : <function> |
onFinished : { |
addListener : <function> |
removeListener : <function> |
@@ -31,7 +37,14 @@ RUNNING TEST: extension_testAPI |
} |
} |
panels : { |
+ SearchAction : { |
+ CancelSearch : "cancelSearch" |
+ NextSearchResult : "nextSearchResult" |
+ PerformSearch : "performSearch" |
+ PreviousSearchResult : "previousSearchResult" |
+ } |
applyStyleSheet : <function> |
+ create : <function> |
elements : { |
createSidebarPane : <function> |
onSelectionChanged : { |
@@ -39,6 +52,8 @@ RUNNING TEST: extension_testAPI |
removeListener : <function> |
} |
} |
+ openResource : <function> |
+ setOpenResourceHandler : <function> |
sources : { |
createSidebarPane : <function> |
onSelectionChanged : { |
@@ -49,6 +64,8 @@ RUNNING TEST: extension_testAPI |
themeName : "themeNameForTest" |
} |
resources : { |
+ addRequestHeaders : <function> |
+ getHAR : <function> |
onFinished : { |
addListener : <function> |
removeListener : <function> |