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

Unified Diff: chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_dialog_controller_win.h

Issue 2883673002: Chrome Cleaner: Update modal dialog's strings (Closed)
Patch Set: Moved to the non-android section in BUILD file. 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
Index: chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_dialog_controller_win.h
diff --git a/chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_dialog_controller.h b/chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_dialog_controller_win.h
similarity index 87%
rename from chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_dialog_controller.h
rename to chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_dialog_controller_win.h
index 60d359b60f6de46475393896f99ed8b0b47b39e5..cda8280f687fe6d3683464f05792475dcf602607 100644
--- a/chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_dialog_controller.h
+++ b/chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_dialog_controller_win.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_SAFE_BROWSING_CHROME_CLEANER_CHROME_CLEANER_DIALOG_CONTROLLER_H_
-#define CHROME_BROWSER_SAFE_BROWSING_CHROME_CLEANER_CHROME_CLEANER_DIALOG_CONTROLLER_H_
+#ifndef CHROME_BROWSER_SAFE_BROWSING_CHROME_CLEANER_CHROME_CLEANER_DIALOG_CONTROLLER_WIN_H_
+#define CHROME_BROWSER_SAFE_BROWSING_CHROME_CLEANER_CHROME_CLEANER_DIALOG_CONTROLLER_WIN_H_
#include <vector>
@@ -26,7 +26,7 @@ class ChromeCleanerDialogController {
base::string16 GetWindowTitle() const;
base::string16 GetMainText() const;
base::string16 GetAcceptButtonLabel() const;
- base::string16 GetAdvancedButtonLabel() const;
+ base::string16 GetDetailsButtonLabel() const;
// Called by the Cleaner dialog when the dialog has been shown. Used for
// reporting metrics.
@@ -45,11 +45,11 @@ class ChromeCleanerDialogController {
// eventually delete itself and no member functions should be called after
// that.
void Close();
- // Called when the advanced button is clicked, after which the dialog will
- // close. After a call to |AdvancedButtonClicked()|, the controller will
+ // Called when the details button is clicked, after which the dialog will
+ // close. After a call to |DetailsButtonClicked()|, the controller will
// eventually delete itself and no member functions should be called after
// that.
- void AdvancedButtonClicked();
+ void DetailsButtonClicked();
protected:
~ChromeCleanerDialogController();
@@ -62,4 +62,4 @@ class ChromeCleanerDialogController {
} // namespace safe_browsing
-#endif // CHROME_BROWSER_SAFE_BROWSING_CHROME_CLEANER_CHROME_CLEANER_DIALOG_CONTROLLER_H_
+#endif // CHROME_BROWSER_SAFE_BROWSING_CHROME_CLEANER_CHROME_CLEANER_DIALOG_CONTROLLER_WIN_H_

Powered by Google App Engine
This is Rietveld 408576698