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

Unified Diff: blimp/client/app/android/toolbar.h

Issue 1929723002: [Blimp] Adds blimp engine browser test framework and LoadUrl test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « blimp/client/BUILD.gn ('k') | blimp/client/app/android/web_input_box.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/android/toolbar.h
diff --git a/blimp/client/app/android/toolbar.h b/blimp/client/app/android/toolbar.h
index dc42d5fe5ebe283078ee5b2a55e73b070716fac3..000ed84efe3b41dcb92fec48b10aaa6b8c3ae454 100644
--- a/blimp/client/app/android/toolbar.h
+++ b/blimp/client/app/android/toolbar.h
@@ -48,7 +48,7 @@ class Toolbar : public NavigationFeature::NavigationFeatureDelegate {
void OnPageLoadStatusUpdate(int tab_id, bool completed) override;
private:
- virtual ~Toolbar();
+ ~Toolbar() override;
// A bridge to the network layer which does the work of (de)serializing the
// outgoing and incoming navigation messages from the engine. Toolbar does not
« no previous file with comments | « blimp/client/BUILD.gn ('k') | blimp/client/app/android/web_input_box.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698