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

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

Issue 12317036: Add API in developerPrivate to allow/ disallow incognito mode. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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 89be5a5090e9a7a13c0513909588852ebc7ca482..2a3c83afb81923d6a29b9761c3fd430ec0634deb 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -482,6 +482,7 @@ enum HistogramValue {
NETWORKINGPRIVATE_VERIFYDESTINATION,
NETWORKINGPRIVATE_VERIFYANDSIGNCREDENTIALS,
NETWORKINGPRIVATE_VERIFYANDSIGNDATA,
+ DEVELOPERPRIVATE_ALLOWINCOGNITO,
ENUM_BOUNDARY // Last entry: Add new entries above.
};

Powered by Google App Engine
This is Rietveld 408576698