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

  /external/chromium_org/chrome/common/extensions/
feature_switch.h 61 std::string GetLegacyDisableFlag() const;
feature_switch.cc 110 if (default_value_ && command_line_->HasSwitch(GetLegacyDisableFlag()))
120 std::string FeatureSwitch::GetLegacyDisableFlag() const {

Completed in 38 milliseconds