Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(956)

Unified Diff: chrome/browser/extensions/extension_function_histogram_value.h

Issue 11574006: Implement chrome.downloads.onDeterminingFilename() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: @r180415 Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/extension_function_histogram_value.h
diff --git a/chrome/browser/extensions/extension_function_histogram_value.h b/chrome/browser/extensions/extension_function_histogram_value.h
index 76f0f923533b02ed1a7780c1caa9232047b8d3d4..8d894d15febbeab959e23fd94f841edf8d5f245f 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -160,7 +160,6 @@ enum HistogramValue {
TABS_RELOAD,
WINDOWS_CREATE,
DEVELOPERPRIVATE_LOADUNPACKED,
- DOWNLOADS_SETDESTINATION,
EXPERIMENTAL_PROCESSES_GETPROCESSIDFORTAB,
BOOKMARKS_GETCHILDREN,
BROWSERACTION_GETTITLE,
@@ -172,6 +171,9 @@ enum HistogramValue {
TABS_GETCURRENT,
FONTSETTINGS_CLEARDEFAULTFIXEDFONTSIZE,
MEDIAPLAYERPRIVATE_CLOSEWINDOW,
+ DOWNLOADSINTERNAL_ADDFILENAMEDETERMINER,
+ DOWNLOADSINTERNAL_REMOVEFILENAMEDETERMINER,
+ DOWNLOADSINTERNAL_DETERMINEFILENAME,
WEBREQUESTINTERNAL_ADDEVENTLISTENER,
CLOUDPRINTPRIVATE_GETPRINTERS,
STORAGE_SET,

Powered by Google App Engine
This is Rietveld 408576698