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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 #ifndef CEEE_IE_COMMON_CONSTANTS_H_ 5 #ifndef CEEE_IE_COMMON_CONSTANTS_H_
6 #define CEEE_IE_COMMON_CONSTANTS_H_ 6 #define CEEE_IE_COMMON_CONSTANTS_H_
7 7
8 namespace ceee_event_names { 8 namespace ceee_event_names {
9 // Private messages used by the ApiDispatcher and the funnels. 9 // Private messages used by the ApiDispatcher and the funnels.
10 extern const char kCeeeOnTabUnmapped[]; 10 extern const char kCeeeOnTabUnmapped[];
11 extern const char kCeeeMapTabIdToHandle[];
12 extern const char kCeeeMapToolbandIdToHandle[];
11 } 13 }
12 14
13 #endif // CEEE_IE_COMMON_CONSTANTS_H_ 15 #endif // CEEE_IE_COMMON_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698