Searched defs:was_update_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_unittest.cc471 was_update_(false),
522 was_update_ = installed_info->is_update;
707 EXPECT_EQ(install_state == INSTALL_UPDATED, was_update_)
739 was_update_ = false;
1114 bool was_update_; member in class:ExtensionServiceTest
1735 EXPECT_FALSE(was_update_) << path.value();
1743 was_update_ = false;

Completed in 127 milliseconds