diff options
author | calamity <calamity@chromium.org> | 2014-12-03 21:52:27 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-04 05:53:45 +0000 |
commit | 57ca24edd1832bf47151915bf611e7d86ce43c70 (patch) | |
tree | 37601705a938db9829330454ead906ed41f5e46d /tools | |
parent | c97677e70a280d09053c33c54a0abdb0169bfb70 (diff) | |
download | chromium_src-57ca24edd1832bf47151915bf611e7d86ce43c70.zip chromium_src-57ca24edd1832bf47151915bf611e7d86ce43c70.tar.gz chromium_src-57ca24edd1832bf47151915bf611e7d86ce43c70.tar.bz2 |
Add launcherPage.show() extension API.
This CL adds the launcherPage.show() extension API which shows the
custom launcher page, opening the app list if it isn't already showing.
BUG=438093
Review URL: https://codereview.chromium.org/770173002
Cr-Commit-Position: refs/heads/master@{#306771}
Diffstat (limited to 'tools')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index 48fe97d..cc59106 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -45503,6 +45503,7 @@ Therefore, the affected-histogram name has to have at least one dot in it. <int value="926" label="HOTWORDPRIVATE_GETAUDIOHISTORYENABLED"/> <int value="927" label="APP_CURRENTWINDOWINTERNAL_SETINTERCEPTALLKEYS"/> <int value="928" label="LAUNCHERPAGE_PUSHSUBPAGE"/> + <int value="929" label="LAUNCHERPAGE_SHOW"/> </enum> <enum name="ExtensionInstallCause" type="int"> |