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

Side by Side Diff: chrome/browser/chromeos/login/screens/voice_interaction_value_prop_screen.h

Issue 2984023002: Rename buttons for voice interaction value prop screen (Closed)
Patch Set: Created 3 years, 5 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 unified diff | Download patch
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_VOICE_INTERACTION_VALUE_PROP_SCREE N_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_VOICE_INTERACTION_VALUE_PROP_SCREE N_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_VOICE_INTERACTION_VALUE_PROP_SCREE N_H_ 6 #define CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_VOICE_INTERACTION_VALUE_PROP_SCREE N_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/macros.h" 10 #include "base/macros.h"
(...skipping 12 matching lines...) Expand all
23 23
24 // Called when view is destroyed so there's no dead reference to it. 24 // Called when view is destroyed so there's no dead reference to it.
25 void OnViewDestroyed(VoiceInteractionValuePropScreenView* view_); 25 void OnViewDestroyed(VoiceInteractionValuePropScreenView* view_);
26 26
27 // BaseScreen: 27 // BaseScreen:
28 void Show() override; 28 void Show() override;
29 void Hide() override; 29 void Hide() override;
30 void OnUserAction(const std::string& action_id) override; 30 void OnUserAction(const std::string& action_id) override;
31 31
32 private: 32 private:
33 void OnNoThanksPressed(); 33 void OnSkipPressed();
34 void OnContinuePressed(); 34 void OnNextPressed();
35 35
36 VoiceInteractionValuePropScreenView* view_; 36 VoiceInteractionValuePropScreenView* view_;
37 37
38 DISALLOW_COPY_AND_ASSIGN(VoiceInteractionValuePropScreen); 38 DISALLOW_COPY_AND_ASSIGN(VoiceInteractionValuePropScreen);
39 }; 39 };
40 40
41 } // namespace chromeos 41 } // namespace chromeos
42 42
43 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_VOICE_INTERACTION_VALUE_PROP_SC REEN_H_ 43 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_VOICE_INTERACTION_VALUE_PROP_SC REEN_H_
OLDNEW
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/chromeos/login/screens/voice_interaction_value_prop_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698