Commit cebcc69c authored by munjal@chromium.org's avatar munjal@chromium.org

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
parent 7deaa814
...@@ -241,18 +241,6 @@ class BrowserView : public BrowserWindow, ...@@ -241,18 +241,6 @@ class BrowserView : public BrowserWindow,
virtual bool CanClose() const; virtual bool CanClose() const;
virtual int NonClientHitTest(const gfx::Point& point); virtual int NonClientHitTest(const gfx::Point& point);
virtual gfx::Size GetMinimumSize(); 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; virtual std::string GetClassName() const;
protected: protected:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment