diff options
author | dominich@chromium.org <dominich@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-28 20:10:36 +0000 |
---|---|---|
committer | dominich@chromium.org <dominich@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-28 20:10:36 +0000 |
commit | 2380b9a98b17983b0b018eba85d862631c58bc68 (patch) | |
tree | 3d1d21febe45308a57beaed9c417192f9d57ec95 /chrome/common/pref_names.h | |
parent | e1429bf81fb01c05cb5a385fec718208740c2d97 (diff) | |
download | chromium_src-2380b9a98b17983b0b018eba85d862631c58bc68.zip chromium_src-2380b9a98b17983b0b018eba85d862631c58bc68.tar.gz chromium_src-2380b9a98b17983b0b018eba85d862631c58bc68.tar.bz2 |
See http://codereview.chromium.org/7337007.
This is a continuation with a fix for the failing tests.
BUG=90745,90837
TEST=none
Review URL: http://codereview.chromium.org/7465051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94537 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index c554830..fdd80cc 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -95,6 +95,7 @@ extern const char kInstantConfirmDialogShown[]; extern const char kInstantEnabled[]; extern const char kInstantEnabledOnce[]; extern const char kInstantEnabledTime[]; +extern const char kInstantFieldTrialRandomDraw[]; extern const char kInstantPromo[]; extern const char kMultipleProfilePrefMigration[]; extern const char kNetworkPredictionEnabled[]; |