OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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