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

Unified Diff: chrome/common/chrome_constants.h

Issue 10542031: Suffix Chrome's appid on user-level installs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ShellUtil::ConstructAppModelId() and some renaming Created 8 years, 6 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
Index: chrome/common/chrome_constants.h
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
index 133f235e392723e40fce746cf63d3d133132028c..101f7fba9d64067bdfe18a00449984e2b6abd5ab 100644
--- a/chrome/common/chrome_constants.h
+++ b/chrome/common/chrome_constants.h
@@ -140,6 +140,7 @@ extern const wchar_t kMetroChromeUserDataSubDir[];
extern const wchar_t kMetroNavigationAndSearchMessage[];
// Used by Metro Chrome to get information about the current tab.
extern const wchar_t kMetroGetCurrentTabInfoMessage[];
+extern const size_t kMaxAppModelIdLength;
grt (UTC plus 2) 2012/06/18 19:45:08 move this into util_constants.{cc,h} and make it a
gab 2012/06/18 21:52:43 Moved. As discussed offline, leaving it as size_t
#endif
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698