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

Side by Side Diff: chrome/browser/extensions/event_names.h

Issue 12220113: Next phase for chrome.networkingPrivate interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed spaces in copyright header Created 7 years, 10 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
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 // Constants for the event names sent to extensions. 5 // Constants for the event names sent to extensions.
6 6
7 #ifndef CHROME_BROWSER_EXTENSIONS_EVENT_NAMES_H_ 7 #ifndef CHROME_BROWSER_EXTENSIONS_EVENT_NAMES_H_
8 #define CHROME_BROWSER_EXTENSIONS_EVENT_NAMES_H_ 8 #define CHROME_BROWSER_EXTENSIONS_EVENT_NAMES_H_
9 9
10 namespace extensions { 10 namespace extensions {
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 extern const char kOnGalleryChangedEventName[]; 101 extern const char kOnGalleryChangedEventName[];
102 102
103 // Notifications. 103 // Notifications.
104 extern const char kOnNotificationDisplayed[]; 104 extern const char kOnNotificationDisplayed[];
105 extern const char kOnNotificationError[]; 105 extern const char kOnNotificationError[];
106 extern const char kOnNotificationClosed[]; 106 extern const char kOnNotificationClosed[];
107 extern const char kOnNotificationClicked[]; 107 extern const char kOnNotificationClicked[];
108 extern const char kOnNotificationButtonClicked[]; 108 extern const char kOnNotificationButtonClicked[];
109 109
110 // NetworkingPrivate 110 // NetworkingPrivate
111 extern const char kOnNetworkChanged[]; 111 extern const char kOnNetworksChanged[];
112 extern const char kOnNetworkListChanged[];
112 113
113 } // namespace event_names 114 } // namespace event_names
114 115
115 } // namespace extensions 116 } // namespace extensions
116 117
117 #endif // CHROME_BROWSER_EXTENSIONS_EVENT_NAMES_H_ 118 #endif // CHROME_BROWSER_EXTENSIONS_EVENT_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/extensions/networking_private_event_router.cc ('k') | chrome/browser/extensions/event_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698