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

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

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.cc
===================================================================
--- ceee/ie/common/constants.cc (revision 68188)
+++ ceee/ie/common/constants.cc (working copy)
@@ -8,4 +8,6 @@
namespace ceee_event_names {
const char kCeeeOnTabUnmapped[] = "ceee.OnTabUnmapped";
+ const char kCeeeMapTabIdToHandle[] = "ceee.MapTabIdToHandle";
+ const char kCeeeMapToolbandIdToHandle[] = "ceee.MapToolbandIdToHandle";
}

Powered by Google App Engine
This is Rietveld 408576698