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

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

Issue 25305002: Implement initial chrome.browserAction.openPopup API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix obj-c Created 7 years, 2 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 47ae02309a5a2ee00742180d1848dc76a5cba5d5..2d44ec556c00a33a319e0e699ce916ce81d2fa05 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -663,6 +663,7 @@ enum HistogramValue {
NETWORKINGPRIVATE_GETENABLEDNETWORKTYPES,
NETWORKINGPRIVATE_ENABLENETWORKTYPE,
NETWORKINGPRIVATE_DISABLENETWORKTYPE,
+ BROWSERACTION_OPEN_POPUP,
ENUM_BOUNDARY // Last entry: Add new entries above.
};

Powered by Google App Engine
This is Rietveld 408576698