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

  /external/chromium_org/chrome/common/extensions/
feature_switch.h 60 std::string GetLegacyEnableFlag() const;
feature_switch.cc 107 if (!default_value_ && command_line_->HasSwitch(GetLegacyEnableFlag()))
116 std::string FeatureSwitch::GetLegacyEnableFlag() const {

Completed in 36 milliseconds