HomeSort by relevance Sort by last modified time
    Searched full:is_sync_enabled (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/
welcome_handler_android.cc 61 bool is_sync_enabled = local
64 if (forced || is_sync_footer_visible_ != is_sync_enabled) {
65 is_sync_footer_visible_ = is_sync_enabled;
67 base::FundamentalValue(is_sync_enabled));

Completed in 1380 milliseconds