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

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

Issue 119233004: Add multi-level undo/redo functions to Bookmark Manager Private API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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..9b9a30473a2016c274d58c30f62e65344cdadbed 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -713,6 +713,10 @@ enum HistogramValue {
VIRTUALKEYBOARDPRIVATE_LOCKKEYBOARD,
SCREENLOCKPRIVATE_SHOWBUTTON,
INPUT_IME_HIDEINPUTVIEW,
+ BOOKMARKMANAGERPRIVATE_UNDO,
+ BOOKMARKMANAGERPRIVATE_REDO,
+ BOOKMARKMANAGERPRIVATE_UNDOINFO,
+ BOOKMARKMANAGERPRIVATE_REDOINFO,
ENUM_BOUNDARY // Last entry: Add new entries above.
};

Powered by Google App Engine
This is Rietveld 408576698