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

Unified Diff: ceee/ie/common/constants.h

Issue 5647001: Use the RPC channel to set the ID <-> handle mapping.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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 side-by-side diff with in-line comments
Download patch
Index: ceee/ie/common/constants.h
===================================================================
--- ceee/ie/common/constants.h (revision 68188)
+++ ceee/ie/common/constants.h (working copy)
@@ -8,6 +8,8 @@
namespace ceee_event_names {
// Private messages used by the ApiDispatcher and the funnels.
extern const char kCeeeOnTabUnmapped[];
+ extern const char kCeeeMapTabIdToHandle[];
+ extern const char kCeeeMapToolbandIdToHandle[];
}
#endif // CEEE_IE_COMMON_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698