Index: content/common/page_message_enums.h |
diff --git a/content/common/page_message_enums.h b/content/common/page_message_enums.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c4e0ce6a2d190caf50b6e52a8401b16bbf8a5341 |
--- /dev/null |
+++ b/content/common/page_message_enums.h |
@@ -0,0 +1,15 @@ |
+// Copyright 2016 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef CONTENT_COMMON_PAGE_MESSAGE_ENUMS_H_ |
+#define CONTENT_COMMON_PAGE_MESSAGE_ENUMS_H_ |
+ |
+enum class PageMsg_SetZoomLevel_Command { |
+ SET_TEMPORARY, |
+ CLEAR_TEMPORARY, |
+ USE_CURRENT_TEMPORARY_MODE, |
+ LAST = USE_CURRENT_TEMPORARY_MODE |
+}; |
+ |
+#endif // CONTENT_COMMON_PAGE_MESSAGE_ENUMS_H_ |