Componentize IDR_NET_ERROR_HTML for sharing it with iOS.
Componentize IDR_NET_ERROR_HTML and all the dependent resources to
allow sharing them with iOS (this includes IDR_ERROR_NETWORK_GENERIC
and IDR_OMNIBOX_SEARCH_BUTTON_LOUPE).
Copy OWNERS from chrome/renderer/net/ for the new component.
[email protected]
BUG=568486
Review URL: https://codereview.chromium.org/1668963002
Cr-Commit-Position: refs/heads/master@{#375432}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index e680575..81b3710 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -1602,6 +1602,7 @@
r"^chrome/docs",
r"^components/dom_distiller/core/css/distilledpage_ios.css",
r"^components/flags_ui/resources/apple_flags.css",
+ r"^components/neterror/resources/neterror.css",
r"^native_client_sdk"))
file_filter = lambda f: input_api.FilterSourceFile(
f, white_list=file_inclusion_pattern, black_list=black_list)