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

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

Issue 15817008: Move systemInfo.cpu API out out experimental namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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
« no previous file with comments | « chrome/browser/extensions/event_names.h ('k') | chrome/chrome_browser_extensions.gypi » ('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 #include "chrome/browser/extensions/event_names.h" 5 #include "chrome/browser/extensions/event_names.h"
6 6
7 namespace extensions { 7 namespace extensions {
8 8
9 namespace event_names { 9 namespace event_names {
10 10
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 const char kBluetoothOnAdapterStateChanged[] = 64 const char kBluetoothOnAdapterStateChanged[] =
65 "bluetooth.onAdapterStateChanged"; 65 "bluetooth.onAdapterStateChanged";
66 const char kBluetoothOnConnection[] = "bluetooth.onConnection"; 66 const char kBluetoothOnConnection[] = "bluetooth.onConnection";
67 const char kBluetoothOnDeviceDiscovered[] = "bluetooth.onDeviceDiscovered"; 67 const char kBluetoothOnDeviceDiscovered[] = "bluetooth.onDeviceDiscovered";
68 const char kBluetoothOnDeviceSearchFinished[] = 68 const char kBluetoothOnDeviceSearchFinished[] =
69 "bluetooth.onDeviceSearchFinished"; 69 "bluetooth.onDeviceSearchFinished";
70 const char kBluetoothOnDeviceSearchResult[] = "bluetooth.onDeviceSearchResult"; 70 const char kBluetoothOnDeviceSearchResult[] = "bluetooth.onDeviceSearchResult";
71 71
72 const char kOnPushMessage[] = "pushMessaging.onMessage"; 72 const char kOnPushMessage[] = "pushMessaging.onMessage";
73 73
74 const char kOnCpuUpdated[] = "systemInfo.cpu.onUpdated";
75 const char kOnDisplayChanged[] = "systemInfo.display.onDisplayChanged"; 74 const char kOnDisplayChanged[] = "systemInfo.display.onDisplayChanged";
76 const char kOnStorageAvailableCapacityChanged[] = 75 const char kOnStorageAvailableCapacityChanged[] =
77 "experimental.systemInfo.storage.onAvailableCapacityChanged"; 76 "experimental.systemInfo.storage.onAvailableCapacityChanged";
78 const char kOnStorageAttached[] = "experimental.systemInfo.storage.onAttached"; 77 const char kOnStorageAttached[] = "experimental.systemInfo.storage.onAttached";
79 const char kOnStorageDetached[] = "experimental.systemInfo.storage.onDetached"; 78 const char kOnStorageDetached[] = "experimental.systemInfo.storage.onDetached";
80 79
81 const char kOnSystemIndicatorClicked[] = "systemIndicator.onClicked"; 80 const char kOnSystemIndicatorClicked[] = "systemIndicator.onClicked";
82 81
83 const char kOnServiceStatusChanged[] = "syncFileSystem.onServiceStatusChanged"; 82 const char kOnServiceStatusChanged[] = "syncFileSystem.onServiceStatusChanged";
84 const char kOnFileStatusChanged[] = "syncFileSystem.onFileStatusChanged"; 83 const char kOnFileStatusChanged[] = "syncFileSystem.onFileStatusChanged";
(...skipping 13 matching lines...) Expand all
98 const char kOnNetworkListChanged[] = "networkingPrivate.onNetworkListChanged"; 97 const char kOnNetworkListChanged[] = "networkingPrivate.onNetworkListChanged";
99 98
100 const char kOnAudioDeviceChanged[] = "audio.onDeviceChanged"; 99 const char kOnAudioDeviceChanged[] = "audio.onDeviceChanged";
101 100
102 const char kOnLaunched[] = "app.runtime.onLaunched"; 101 const char kOnLaunched[] = "app.runtime.onLaunched";
103 const char kOnRestarted[] = "app.runtime.onRestarted"; 102 const char kOnRestarted[] = "app.runtime.onRestarted";
104 103
105 } // namespace event_names 104 } // namespace event_names
106 105
107 } // namespace extensions 106 } // namespace extensions
OLDNEW
« no previous file with comments | « chrome/browser/extensions/event_names.h ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698