From ea0c98cfa2849f95bf40238c9f476c9cebb22244 Mon Sep 17 00:00:00 2001 From: "mirandac@chromium.org" Date: Thu, 18 Jun 2009 23:02:54 +0000 Subject: First draft of web resource service; fetches data from a JSON feed and stores it in user prefs, where it can be used by the new tab page. BUG = http://crbug.com/13363 Review URL: http://codereview.chromium.org/125052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18766 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 acc60f6..e3d9135 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -182,6 +182,8 @@ extern const wchar_t kForceFieldTestNameAndValue[]; extern const wchar_t kNewNewTabPage[]; +extern const wchar_t kWebResources[]; + extern const wchar_t kEnableBenchmarking[]; extern const wchar_t kNoDefaultBrowserCheck[]; -- cgit v1.1