summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authormunjal@chromium.org <munjal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-27 23:09:07 +0000
committermunjal@chromium.org <munjal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-27 23:09:07 +0000
commitcebcc69c9d26eef5fde31d6ba09e70672b63c837 (patch)
tree653f873fd8d2afeaa6f2a7dcdf7ca88066bf6794 /chrome/browser
parent7deaa81460cae8f40cbd3408a611527b2299c354 (diff)
downloadchromium_src-cebcc69c9d26eef5fde31d6ba09e70672b63c837.zip
chromium_src-cebcc69c9d26eef5fde31d6ba09e70672b63c837.tar.gz
chromium_src-cebcc69c9d26eef5fde31d6ba09e70672b63c837.tar.bz2
Remove the unwanted code snippet that was removed by Tim, but
reintroduced in a later CL (probably due to SVN merge). This will fix p13n build. Review URL: http://codereview.chromium.org/99078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14683 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/views/frame/browser_view.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/chrome/browser/views/frame/browser_view.h b/chrome/browser/views/frame/browser_view.h
index 6478945..c9a19f4 100644
--- a/chrome/browser/views/frame/browser_view.h
+++ b/chrome/browser/views/frame/browser_view.h
@@ -241,18 +241,6 @@ class BrowserView : public BrowserWindow,
virtual bool CanClose() const;
virtual int NonClientHitTest(const gfx::Point& point);
virtual gfx::Size GetMinimumSize();
-
- // Is P13N enabled for this browser window?
-#ifdef CHROME_PERSONALIZATION
- virtual bool IsPersonalizationEnabled() const {
- return personalization_enabled_;
- }
-
- void EnablePersonalization(bool enable_personalization) {
- personalization_enabled_ = enable_personalization;
- }
-#endif
-
virtual std::string GetClassName() const;
protected: