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

Unified Diff: chrome/browser/extensions/event_names.cc

Issue 107813005: Files.app: Use types and constants generated by the IDL compiler in the event router. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests. Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/extensions/file_manager/event_router.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/event_names.cc
diff --git a/chrome/browser/extensions/event_names.cc b/chrome/browser/extensions/event_names.cc
index 26fe813fb931d9080616e2d9665593819d7eb047..5726136da7897b23c89ed0379f0beb752c4008e5 100644
--- a/chrome/browser/extensions/event_names.cc
+++ b/chrome/browser/extensions/event_names.cc
@@ -8,17 +8,6 @@ namespace extensions {
namespace event_names {
-const char kOnDirectoryChanged[] = "fileBrowserPrivate.onDirectoryChanged";
-const char kOnFileBrowserMountCompleted[] =
- "fileBrowserPrivate.onMountCompleted";
-const char kOnFileTransfersUpdated[] =
- "fileBrowserPrivate.onFileTransfersUpdated";
-const char kOnFileBrowserPreferencesChanged[] =
- "fileBrowserPrivate.onPreferencesChanged";
-const char kOnFileBrowserDriveConnectionStatusChanged[] =
- "fileBrowserPrivate.onDriveConnectionStatusChanged";
-const char kOnFileBrowserCopyProgress[] = "fileBrowserPrivate.onCopyProgress";
-
const char kOnInputMethodChanged[] = "inputMethodPrivate.onChanged";
const char kOnContextMenus[] = "contextMenus";
« no previous file with comments | « chrome/browser/chromeos/extensions/file_manager/event_router.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698