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

Unified Diff: components/translate/core/browser/translate_infobar_delegate.h

Issue 2902353002: Fix "Generate Orderfile failing on internal.client.clank/orderfile-clankium" (Closed)
Patch Set: format Created 3 years, 7 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate/core/browser/translate_infobar_delegate.h
diff --git a/components/translate/core/browser/translate_infobar_delegate.h b/components/translate/core/browser/translate_infobar_delegate.h
index e0f1ea18b6ce8a5849db14791ec48d770842fdf9..2ded242fbf8f3e6a48af8d0d83706c534fdc9464 100644
--- a/components/translate/core/browser/translate_infobar_delegate.h
+++ b/components/translate/core/browser/translate_infobar_delegate.h
@@ -42,9 +42,9 @@ class TranslateInfoBarDelegate : public infobars::InfoBarDelegate {
public:
// Handles UI changes on the translate step given.
virtual void OnTranslateStepChanged(translate::TranslateStep step,
- TranslateErrors::Type error_type){};
+ TranslateErrors::Type error_type) = 0;
// Return whether user declined translate service.
- virtual bool IsDeclinedByUser();
+ virtual bool IsDeclinedByUser() = 0;
napper 2017/05/25 01:25:07 Seems like IsDeclinedByUser() should be a const me
protected:
virtual ~Observer() {}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698