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

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: rebase 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 6ffa252481ab1b614b58ec3bacdceda4b1c3877f..12e38e859ad7b3d2ca9868c095074843e732c22f 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -483,6 +483,7 @@ enum HistogramValue {
NETWORKINGPRIVATE_VERIFYANDSIGNCREDENTIALS,
NETWORKINGPRIVATE_VERIFYANDSIGNDATA,
DEVELOPERPRIVATE_RESTART,
+ DEVELOPERPRIVATE_ALLOWINCOGNITO,
ENUM_BOUNDARY // Last entry: Add new entries above.
};

Powered by Google App Engine
This is Rietveld 408576698