HomeSort by relevance Sort by last modified time
    Searched refs:kExpectedGupdateProtocol (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/common/extensions/
update_manifest.cc 18 static const char* kExpectedGupdateProtocol = "2.0";
237 if (GetAttribute(root, "protocol") != kExpectedGupdateProtocol) {
239 "(expected '%s')", kExpectedGupdateProtocol);
  /external/chromium_org/chrome/common/extensions/
update_manifest.cc 18 static const char* kExpectedGupdateProtocol = "2.0";
255 if (GetAttribute(root, "protocol") != kExpectedGupdateProtocol) {
257 "(expected '%s')", kExpectedGupdateProtocol);

Completed in 111 milliseconds