Home
last modified time | relevance | path

Searched refs:kGCFProtocol (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome_frame/
Dutils.h33 extern const char kGCFProtocol[];
Dutils.cc52 const char kGCFProtocol[] = "gcf"; variable
1435 is_chrome_protocol_ = parsed_url_.SchemeIs(kGCFProtocol); in Parse()