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

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

Issue 118413003: Add hook for extension to check sync status. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: NULL check' Created 7 years 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 6693c82f0e0cbf60b7c9e0776dcd76d2c5dd7322..553fd1ffb408b7a9cce9761dc0250ad1f5250b52 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -713,6 +713,7 @@ enum HistogramValue {
VIRTUALKEYBOARDPRIVATE_LOCKKEYBOARD,
SCREENLOCKPRIVATE_SHOWBUTTON,
INPUT_IME_HIDEINPUTVIEW,
+ PREFERENCESPRIVATE_GETSYNCCATEGORIESWITHOUTPASSPHRASE,
ENUM_BOUNDARY // Last entry: Add new entries above.
};

Powered by Google App Engine
This is Rietveld 408576698