| 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;
|
|
|