summaryrefslogtreecommitdiffstats
path: root/app/win
diff options
context:
space:
mode:
authortwiz@chromium.org <twiz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-12 20:27:10 +0000
committertwiz@chromium.org <twiz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-12 20:27:10 +0000
commitc7bf140b32a1a6504e48716b90c6a13fd5c421d3 (patch)
tree876ada1f8ca6320060aab4db3790522989829d31 /app/win
parent1be7eadb032256687abda35ae4b2ba4770757c70 (diff)
downloadchromium_src-c7bf140b32a1a6504e48716b90c6a13fd5c421d3.zip
chromium_src-c7bf140b32a1a6504e48716b90c6a13fd5c421d3.tar.gz
chromium_src-c7bf140b32a1a6504e48716b90c6a13fd5c421d3.tar.bz2
Clone of issue 577015.
See http://codereview.chromium.org/577015 for the review status of this CL. BUG=None TEST=ExtensionApiTest.Popup Review URL: http://codereview.chromium.org/600101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38927 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/win')
-rw-r--r--app/win/window_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/win/window_impl.h b/app/win/window_impl.h
index fb5d512..2f6a2ab 100644
--- a/app/win/window_impl.h
+++ b/app/win/window_impl.h
@@ -68,7 +68,7 @@ class WindowImpl : public MessageMapInterface {
DCHECK_EQ((class_style & CS_GLOBALCLASS), 0);
class_style_ = class_style;
}
- UINT initial_class_style() { return class_style_; }
+ UINT initial_class_style() const { return class_style_; }
protected:
// Handles the WndProc callback for this object.