Index: chrome/common/chrome_constants.h |
=================================================================== |
--- chrome/common/chrome_constants.h (revision 134602) |
+++ chrome/common/chrome_constants.h (working copy) |
@@ -134,6 +134,8 @@ |
extern const wchar_t kMetroChromeUserDataSubDir[]; |
// Used by Metro Chrome to initiate navigation and search requests. |
extern const wchar_t kMetroNavigationAndSearchMessage[]; |
+// Used by Metro Chrome to get information about the current tab. |
+extern const wchar_t kMetroGetCurrentTabInfoMessage[]; |
#endif |
} // namespace chrome |