From 3a453fa1f16dfa4168e52790e329148366abb05f Mon Sep 17 00:00:00 2001 From: "timsteele@google.com" Date: Fri, 15 Aug 2008 18:46:34 +0000 Subject: Copy from http://chrome-reviews.prom.corp.google.com/1237 (new gcl changelist model). Description was: Conditionally include personalization/ code by surrounding the hooks into this module with #ifdef CHROME_PERSONALIZATION in various .h/.cc files. Building with the module requires adding this macro as a preprocessor definition in build/internal/essential.vsprops, and adding it to the VCResourceCompiler tool's command line (using /d). We will try and make this easier in the future. TBR=darin git-svn-id: svn://svn.chromium.org/chrome/trunk/src@955 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/chrome_switches.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/common/chrome_switches.h') diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 11ce1bc..7528fae 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -143,6 +143,8 @@ extern const wchar_t kUseNewHttp[]; extern const wchar_t kJavaScriptDebuggerPath[]; +extern const wchar_t kEnableP13n[]; + } // namespace switches #endif // CHROME_COMMON_CHROME_SWITCHES_H__ -- cgit v1.1