Searched defs:app_url_host (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client.cc967 std::string app_url_host = app_url.host(); local
977 (EndsWith(app_url_host, "plus.google.com", false) ||
978 EndsWith(app_url_host, "plus.sandbox.google.com", false)) &&
992 (EndsWith(app_url_host, "talkgadget.google.com", false) ||
993 EndsWith(app_url_host, "plus.google.com", false) ||
994 EndsWith(app_url_host, "plus.sandbox.google.com", false)) &&
996 (manifest_fs_host == app_url_host);

Completed in 58 milliseconds