| Index: chrome/browser/ui/cocoa/presentation_mode_prefs.mm
|
| diff --git a/chrome/browser/ui/cocoa/presentation_mode_prefs.mm b/chrome/browser/ui/cocoa/presentation_mode_prefs.mm
|
| deleted file mode 100644
|
| index b5224c122b667b1feb08a97293ec9e35195654e9..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/ui/cocoa/presentation_mode_prefs.mm
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "chrome/browser/ui/cocoa/presentation_mode_prefs.h"
|
| -
|
| -#include "chrome/browser/prefs/pref_service.h"
|
| -#include "chrome/common/pref_names.h"
|
| -
|
| -// static
|
| -void PresentationModePrefs::RegisterUserPrefs(PrefService* prefs) {
|
| - prefs->RegisterBooleanPref(prefs::kPresentationModeEnabled,
|
| - false,
|
| - PrefService::UNSYNCABLE_PREF);
|
| -}
|
|
|