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

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

Issue 11794034: Adds functionality to pack an extension / app from the app. (Closed) Base URL: http://git.chromium.org/chromium/src.git@bacha_lo
Patch Set: Rebased and Addressed comments. 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 1cf79e7d862e616b760a2e61646d45615497a11d..e2cca6b73cc84db1e787b8c771c921f4c8cfdf21 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -473,6 +473,8 @@ enum HistogramValue {
MEDIAGALLERIESPRIVATE_GETALLGALLERYWATCH,
MEDIAGALLERIESPRIVATE_REMOVEALLGALLERYWATCH,
FILEBROWSERPRIVATE_SEARCHDRIVEMETADATA,
+ DEVELOPERPRIVATE_CHOOSEPATH,
+ DEVELOPERPRIVATE_PACKDIRECTORY,
ENUM_BOUNDARY // Last entry: Add new entries above.
};

Powered by Google App Engine
This is Rietveld 408576698