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

Unified Diff: ios/public/test/fake_string_provider.cc

Issue 1500533002: Upstream chrome://flags & chrome://ui-alternatives iOS WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add components/flags_ui/resources/apple_flags.css to PRESUBMIT blacklist 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
« no previous file with comments | « ios/public/test/fake_string_provider.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/test/fake_string_provider.cc
diff --git a/ios/public/test/fake_string_provider.cc b/ios/public/test/fake_string_provider.cc
index f87be1d0fdf87823f00499de95735eee402261ba..0313177e439cb18b61bee7ba2299433f84e48c7c 100644
--- a/ios/public/test/fake_string_provider.cc
+++ b/ios/public/test/fake_string_provider.cc
@@ -16,14 +16,6 @@ std::string FakeStringProvider::GetOmniboxCopyUrlString() {
return "Copy URL";
}
-int FakeStringProvider::GetAppleFlagsTableTitleID() {
- return 0;
-}
-
-int FakeStringProvider::GetAppleFlagsNoExperimentsAvailableID() {
- return 0;
-}
-
base::string16 FakeStringProvider::GetSpoofingInterstitialTitle() {
return base::string16();
}
« no previous file with comments | « ios/public/test/fake_string_provider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698