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

Unified Diff: chrome/browser/ui/shell_dialogs_unittest.cc

Issue 7649006: more changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix another typo Created 9 years, 4 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: chrome/browser/ui/shell_dialogs_unittest.cc
diff --git a/chrome/browser/ui/shell_dialogs_unittest.cc b/chrome/browser/ui/shell_dialogs_unittest.cc
index f07f51fd145300326f47828a28af01c50e4dd0e0..a3c7cdf470972ee4bf2357cdd508da1c7bfc719e 100644
--- a/chrome/browser/ui/shell_dialogs_unittest.cc
+++ b/chrome/browser/ui/shell_dialogs_unittest.cc
@@ -79,9 +79,8 @@ TEST_F(FileSelectionDialogTest, ExpectAsynchronousListenerCall) {
scoped_ptr<FileSelectionUser> file_selection_user(new FileSelectionUser());
// Disallow file-selection dialogs.
- local_state_.Get()->SetManagedPref(
- prefs::kAllowFileSelectionDialogs,
- Value::CreateBooleanValue(false));
+ local_state_.Get()->SetManagedPref(prefs::kAllowFileSelectionDialogs,
+ base::FalseValue());
file_selection_user->StartFileSelection();
}
« no previous file with comments | « chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc ('k') | chrome/browser/ui/views/about_ipc_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698