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

Side by Side Diff: content/public/browser/navigation_type.h

Issue 8758011: Rename navigation_types.h to navigation_type.h to match the rest of the enum files. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/navigation_types.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_PUBLIC_BROWSER_NAVIGATION_TYPES_H_ 5 #ifndef CONTENT_PUBLIC_BROWSER_NAVIGATION_TYPE_H_
6 #define CONTENT_PUBLIC_BROWSER_NAVIGATION_TYPES_H_ 6 #define CONTENT_PUBLIC_BROWSER_NAVIGATION_TYPE_H_
7 #pragma once 7 #pragma once
8 8
9 namespace content { 9 namespace content {
10 10
11 // Indicates different types of navigations that can occur that we will handle 11 // Indicates different types of navigations that can occur that we will handle
12 // separately. 12 // separately.
13 enum NavigationType { 13 enum NavigationType {
14 // Unknown type. 14 // Unknown type.
15 NAVIGATION_TYPE_UNKNOWN, 15 NAVIGATION_TYPE_UNKNOWN,
16 16
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 NAVIGATION_TYPE_AUTO_SUBFRAME, 50 NAVIGATION_TYPE_AUTO_SUBFRAME,
51 51
52 // Nothing happened. This happens when we get information about a page we 52 // Nothing happened. This happens when we get information about a page we
53 // don't know anything about. It can also happen when an iframe in a popup 53 // don't know anything about. It can also happen when an iframe in a popup
54 // navigated to about:blank is navigated. Nothing needs to be done. 54 // navigated to about:blank is navigated. Nothing needs to be done.
55 NAVIGATION_TYPE_NAV_IGNORE, 55 NAVIGATION_TYPE_NAV_IGNORE,
56 }; 56 };
57 57
58 } // namespace content 58 } // namespace content
59 59
60 #endif // CONTENT_PUBLIC_BROWSER_NAVIGATION_TYPES_H_ 60 #endif // CONTENT_PUBLIC_BROWSER_NAVIGATION_TYPE_H_
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/navigation_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698