Searched refs:kHttpPostFailClientError (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
H A Dbug_report_util.cc62 static int const kHttpPostFailClientError = 400; member in namespace:__anon1950
140 } else if ((response_code > kHttpPostFailClientError) &&
/external/chromium_org/chrome/browser/feedback/
H A Dfeedback_util.cc74 const int kHttpPostFailClientError = 400; variable
142 } else if ((response_code > kHttpPostFailClientError) &&

Completed in 77 milliseconds