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

/external/chromium/chrome/browser/
H A Dbackground_application_list_model_unittest.cc115 scoped_refptr<Extension> ext3 = CreateExtension("charlie", false); local
138 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext3));
139 service->AddExtension(ext3);
159 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext3));
160 service->UninstallExtension(ext3->id(), false, NULL);

Completed in 49 milliseconds