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

Unified Diff: chrome/browser/prefs/per_tab_user_pref_store.h

Issue 9015012: Get rid of trivial IncognitoUserPrefStore and PerTabUserPrefStore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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/prefs/per_tab_user_pref_store.h
diff --git a/chrome/browser/prefs/per_tab_user_pref_store.h b/chrome/browser/prefs/per_tab_user_pref_store.h
deleted file mode 100644
index 6fd7038dc6b48412135a9fa95bb9d260f7065ccd..0000000000000000000000000000000000000000
--- a/chrome/browser/prefs/per_tab_user_pref_store.h
+++ /dev/null
@@ -1,20 +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.
-
-#ifndef CHROME_BROWSER_PREFS_PER_TAB_USER_PREF_STORE_H_
-#define CHROME_BROWSER_PREFS_PER_TAB_USER_PREF_STORE_H_
-#pragma once
-
-#include "base/basictypes.h"
-#include "chrome/browser/prefs/overlay_user_pref_store.h"
-
-class PerTabUserPrefStore : public OverlayUserPrefStore {
- public:
- explicit PerTabUserPrefStore(PersistentPrefStore* underlay);
-
- private:
- DISALLOW_COPY_AND_ASSIGN(PerTabUserPrefStore);
-};
-
-#endif // CHROME_BROWSER_PREFS_PER_TAB_USER_PREF_STORE_H_

Powered by Google App Engine
This is Rietveld 408576698