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

Unified Diff: chrome/browser/chromeos/extensions/accessibility_features_apitest.cc

Issue 1551753002: Build third-party code with -Wall, build chromium_code with -Wextra on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: thestig Created 5 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/chromeos/extensions/accessibility_features_apitest.cc
diff --git a/chrome/browser/chromeos/extensions/accessibility_features_apitest.cc b/chrome/browser/chromeos/extensions/accessibility_features_apitest.cc
index 4b3a11f22274986c451da2a8f281793f6e0d89b6..30f0451cb152c339914c79d8589da1d502ae20e1 100644
--- a/chrome/browser/chromeos/extensions/accessibility_features_apitest.cc
+++ b/chrome/browser/chromeos/extensions/accessibility_features_apitest.cc
@@ -69,7 +69,7 @@ class AccessibilityFeaturesApiTest : public ExtensionApiTest,
bool ShouldModifyingFeatureSucceed() const { return GetParam(); }
// Returns preference path for accessibility features as defined by the API.
- const char* const GetPrefForFeature(const std::string& feature) {
+ const char* GetPrefForFeature(const std::string& feature) {
if (feature == "spokenFeedback")
return prefs::kAccessibilitySpokenFeedbackEnabled;
if (feature == "largeCursor")

Powered by Google App Engine
This is Rietveld 408576698