Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: extensions/browser/api_unittest.cc

Issue 1970613003: Add a new app API to enable watchdog behavior restarts in kiosk apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/browser/api_unittest.cc
diff --git a/extensions/browser/api_unittest.cc b/extensions/browser/api_unittest.cc
index c8faa21048e94e54b5579ad45ed332c6d8c406d6..5346e2aa3c9166ffc6a329f7d55e7dcb15fcd7b3 100644
--- a/extensions/browser/api_unittest.cc
+++ b/extensions/browser/api_unittest.cc
@@ -42,7 +42,6 @@ void ApiUnitTest::SetUp() {
thread_bundle_.reset(new content::TestBrowserThreadBundle(
content::TestBrowserThreadBundle::DEFAULT));
- user_prefs::UserPrefs::Set(browser_context(), &testing_pref_service_);
extension_ = ExtensionBuilder()
.SetManifest(DictionaryBuilder()

Powered by Google App Engine
This is Rietveld 408576698