summaryrefslogtreecommitdiffstats
path: root/win8
diff options
context:
space:
mode:
authorthakis <thakis@chromium.org>2015-12-10 11:29:57 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-10 19:30:43 +0000
commit6ef917b3602be64cc612dfbd78e45f1f80e4d8dd (patch)
tree28be680e5931100abbaf3618c51a456b2776ab9d /win8
parentfee6f33fbeebaf5776663307d041fc06ad93ef8f (diff)
downloadchromium_src-6ef917b3602be64cc612dfbd78e45f1f80e4d8dd.zip
chromium_src-6ef917b3602be64cc612dfbd78e45f1f80e4d8dd.tar.gz
chromium_src-6ef917b3602be64cc612dfbd78e45f1f80e4d8dd.tar.bz2
clang/win: Let remaining chromium_code targets build with -Wextra.
This is a follow-up to https://codereview.chromium.org/1507413003/ and lets all translation units in a release build build if -Wextra is enabled for chromium_code targets. (This CL does not contain the change to actually turn on -Wextra, only cleanups.) BUG=567877 Review URL: https://codereview.chromium.org/1513043002 Cr-Commit-Position: refs/heads/master@{#364425}
Diffstat (limited to 'win8')
-rw-r--r--win8/metro_driver/file_picker_ash.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/win8/metro_driver/file_picker_ash.h b/win8/metro_driver/file_picker_ash.h
index 0862b69..c08d293 100644
--- a/win8/metro_driver/file_picker_ash.h
+++ b/win8/metro_driver/file_picker_ash.h
@@ -83,9 +83,7 @@ class OpenFilePickerSession : public FilePickerSessionBase {
return filenames_;
}
- const bool allow_multi_select() const {
- return allow_multi_select_;
- }
+ bool allow_multi_select() const { return allow_multi_select_; }
private:
HRESULT StartFilePicker() override;