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

Side by Side Diff: content/common/frame_message_enums.h

Issue 942963003: Cleanup: Fix content header include guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 9 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_COMMON_FRAME_MESSAGES_ENUMS_H_ 5 #ifndef CONTENT_COMMON_FRAME_MESSAGE_ENUMS_H_
6 #define CONTENT_COMMON_FRAME_MESSAGES_ENUMS_H_ 6 #define CONTENT_COMMON_FRAME_MESSAGE_ENUMS_H_
7 7
8 #include "content/common/accessibility_mode_enums.h" 8 #include "content/common/accessibility_mode_enums.h"
9 9
10 struct FrameMsg_Navigate_Type { 10 struct FrameMsg_Navigate_Type {
11 public: 11 public:
12 enum Value { 12 enum Value {
13 // Reload the page. 13 // Reload the page.
14 RELOAD, 14 RELOAD,
15 15
16 // Reload the page, ignoring any cache entries. 16 // Reload the page, ignoring any cache entries.
(...skipping 29 matching lines...) Expand all
46 // Report metrics for this load, that originated from clicking on a link. 46 // Report metrics for this load, that originated from clicking on a link.
47 REPORT_LINK, 47 REPORT_LINK,
48 48
49 // Report metrics for this load, that originated from an Android OS intent. 49 // Report metrics for this load, that originated from an Android OS intent.
50 REPORT_INTENT, 50 REPORT_INTENT,
51 51
52 REPORT_TYPE_LAST = REPORT_INTENT, 52 REPORT_TYPE_LAST = REPORT_INTENT,
53 }; 53 };
54 }; 54 };
55 55
56 #endif // CONTENT_COMMON_FRAME_MESSAGES_ENUMS_H_ 56 #endif // CONTENT_COMMON_FRAME_MESSAGE_ENUMS_H_
OLDNEW
« no previous file with comments | « content/common/browser_plugin/browser_plugin_constants.h ('k') | content/common/frame_replication_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698