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

Unified Diff: ios/public/provider/chrome/browser/string_provider.h

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/chrome/ios_chrome.gyp ('k') | ios/public/test/fake_string_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/string_provider.h
diff --git a/ios/public/provider/chrome/browser/string_provider.h b/ios/public/provider/chrome/browser/string_provider.h
index bf4b8b826be124e8dcdf472a4cc9a7176ae71e0a..3f10b04370438fb2297a916cb68821a549a43fe5 100644
--- a/ios/public/provider/chrome/browser/string_provider.h
+++ b/ios/public/provider/chrome/browser/string_provider.h
@@ -30,11 +30,6 @@ class StringProvider {
// copy the URL for the current search query into the pasteboard.
virtual std::string GetOmniboxCopyUrlString() = 0;
- // Returns the resource IDs for the strings that are used in the Apple flags
- // page (i.e., chrome://ui-alternatives).
- virtual int GetAppleFlagsTableTitleID() = 0;
- virtual int GetAppleFlagsNoExperimentsAvailableID() = 0;
-
// Return the strings used to display spoofing attempt errors.
virtual base::string16 GetSpoofingInterstitialTitle() = 0;
virtual base::string16 GetSpoofingInterstitialHeadline() = 0;
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | ios/public/test/fake_string_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698