commit | 49e8757b120907d4df5e72ea0283d238eb62eb57 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sat Jan 18 00:11:10 2014 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sat Jan 18 00:11:10 2014 |
tree | cef0d4f1149c006c3de3122c4360fdba1581f364 | |
parent | c5a9a920af7c42441fc48138e8a58d6ecd33dab4 [diff] [blame] |
Media Galleries API Scanning: Extension API stubs. Contains the stubs for the extension functions, as well as the enum definitions necessary. BUG=161119 Review URL: https://codereview.chromium.org/137853007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245667 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/extension_function_histogram_value.h b/chrome/browser/extensions/extension_function_histogram_value.h index c14cb1a..8604615 100644 --- a/chrome/browser/extensions/extension_function_histogram_value.h +++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -722,6 +722,9 @@ READINGLISTPRIVATE_ADDENTRY, READINGLISTPRIVATE_REMOVEENTRY, READINGLISTPRIVATE_GETENTRIES, + MEDIAGALLERIES_STARTMEDIASCAN, + MEDIAGALLERIES_CANCELMEDIASCAN, + MEDIAGALLERIES_ADDSCANRESULTS, ENUM_BOUNDARY // Last entry: Add new entries above. };