Add launcherPage.hide() API.
This CL adds a launcherPage.hide() API which can be used by custom
launcher pages to implement custom hiding behavior. The API only works
if the custom launcher page is showing and does nothing otherwise.
BUG=481712
Review URL: https://codereview.chromium.org/1137503005
Cr-Commit-Position: refs/heads/master@{#330065}
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index 9839de0..18b67c5 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -1098,6 +1098,7 @@
PASSWORDSPRIVATE_REMOVESAVEDPASSWORD,
PASSWORDSPRIVATE_REMOVEPASSWORDEXCEPTION,
PASSWORDSPRIVATE_GETPLAINTEXTPASSWORD,
+ LAUNCHERPAGE_HIDE,
// Last entry: Add new entries above and ensure to update
// tools/metrics/histograms/histograms.xml.
ENUM_BOUNDARY