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

Unified Diff: chrome/browser/chromeos/preferences_unittest.cc

Issue 10880061: UMA stats to track drive as default download destination. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix crash in unit test Created 8 years, 3 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
« no previous file with comments | « chrome/browser/chromeos/preferences.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/preferences_unittest.cc
===================================================================
--- chrome/browser/chromeos/preferences_unittest.cc (revision 155564)
+++ chrome/browser/chromeos/preferences_unittest.cc (working copy)
@@ -6,6 +6,7 @@
#include "chrome/browser/api/prefs/pref_member.h"
#include "chrome/browser/chromeos/input_method/mock_input_method_manager.h"
+#include "chrome/browser/download/download_prefs.h"
#include "chrome/common/pref_names.h"
#include "chrome/test/base/testing_pref_service.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -55,6 +56,7 @@
TEST(PreferencesTest, TestUpdatePrefOnBrowserScreenDetails) {
TestingPrefService prefs;
Preferences::RegisterUserPrefs(&prefs);
+ DownloadPrefs::RegisterUserPrefs(&prefs);
StringPrefMember previous;
previous.Init(prefs::kLanguagePreviousInputMethod, &prefs, NULL);
« no previous file with comments | « chrome/browser/chromeos/preferences.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698