| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index e5c9a6da927e46c3cfbaa5130db5409473cf06f4..7cd609e26c6b9ae327189c84d805599b88b3838e 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1306,6 +1306,11 @@ const char kWebRTCIPHandlingPolicy[] = "webrtc.ip_handling_policy";
|
| const char kWebRTCUDPPortRange[] = "webrtc.udp_port_range";
|
| #endif
|
|
|
| +#if !defined(OS_ANDROID)
|
| +// Whether or not this profile has been shown the Welcome page.
|
| +const char kHasSeenWelcomePage[] = "browser.has_seen_welcome_page";
|
| +#endif
|
| +
|
| // *************** LOCAL STATE ***************
|
| // These are attached to the machine/installation
|
|
|
|
|