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

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

Issue 10696166: Remove #pragma once from content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « content/public/browser/notification_source.h ('k') | content/public/browser/page_navigator.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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_NOTIFICATION_TYPES_H_ 5 #ifndef CONTENT_PUBLIC_BROWSER_NOTIFICATION_TYPES_H_
6 #define CONTENT_PUBLIC_BROWSER_NOTIFICATION_TYPES_H_ 6 #define CONTENT_PUBLIC_BROWSER_NOTIFICATION_TYPES_H_
7 #pragma once
8 7
9 // This file describes various types used to describe and filter notifications 8 // This file describes various types used to describe and filter notifications
10 // that pass through the NotificationService. 9 // that pass through the NotificationService.
11 // 10 //
12 namespace content { 11 namespace content {
13 12
14 enum NotificationType { 13 enum NotificationType {
15 NOTIFICATION_CONTENT_START = 0, 14 NOTIFICATION_CONTENT_START = 0,
16 15
17 // General ----------------------------------------------------------------- 16 // General -----------------------------------------------------------------
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 // of a temporary zoom level change, the details is an empty string. 382 // of a temporary zoom level change, the details is an empty string.
384 NOTIFICATION_ZOOM_LEVEL_CHANGED, 383 NOTIFICATION_ZOOM_LEVEL_CHANGED,
385 384
386 // Custom notifications used by the embedder should start from here. 385 // Custom notifications used by the embedder should start from here.
387 NOTIFICATION_CONTENT_END, 386 NOTIFICATION_CONTENT_END,
388 }; 387 };
389 388
390 } // namespace content 389 } // namespace content
391 390
392 #endif // CONTENT_PUBLIC_BROWSER_NOTIFICATION_TYPES_H_ 391 #endif // CONTENT_PUBLIC_BROWSER_NOTIFICATION_TYPES_H_
OLDNEW
« no previous file with comments | « content/public/browser/notification_source.h ('k') | content/public/browser/page_navigator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698