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

Unified Diff: third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h

Issue 2329463004: ABANDONED CL: Changes needed to make things compile after running rewrite_to_chrome_style tool. (Closed)
Patch Set: More fixes - things build fine at this point. Created 3 years, 8 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: third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h
diff --git a/third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h b/third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h
index 40a6714c744cfa55bfc967f7952667e7953c6d1e..10397771ef70d27a56712f648aecd4aa6c03611f 100644
--- a/third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h
+++ b/third_party/WebKit/Source/core/editing/commands/EditorCommandNames.h
@@ -9,6 +9,8 @@ namespace blink {
// Must be ordered in a case-folding manner for binary search. Covered by unit
// tests in EditingCommandTest.cpp (not able to use static_assert)
+ /* DO NOT SUBMIT - conflict resolution helper:
+ * Important to have AlignCenter instead of kAlignCenter below. */
#define FOR_EACH_BLINK_EDITING_COMMAND_NAME(V) \
V(AlignCenter) \
V(AlignJustified) \
@@ -149,6 +151,8 @@ namespace blink {
V(UseCSS) \
V(Yank) \
V(YankAndSelect)
+ /* DO NOT SUBMIT - conflict resolution helper:
+ * Important to have YankAndSelect instead of kYankAndSelect above. */
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698