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

Unified Diff: ui/android/window_android.h

Issue 2270323004: Add BlimpView to a Chrome tab when Blimp is enabled. (Closed)
Patch Set: addressed nit, renamed CreateForTesting and piped through touch handling Created 4 years, 4 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 | « ui/android/resources/resource_manager_impl_unittest.cc ('k') | ui/android/window_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/window_android.h
diff --git a/ui/android/window_android.h b/ui/android/window_android.h
index d65235ccd5e99c85eb9a520f73a215720fc7fa2c..b55ba16cfa2c4cd36cddf0ad33951e98363326fa 100644
--- a/ui/android/window_android.h
+++ b/ui/android/window_android.h
@@ -76,7 +76,8 @@ class UI_ANDROID_EXPORT WindowAndroid : public ViewAndroid {
// Return whether the specified Android permission can be requested by Chrome.
bool CanRequestPermission(const std::string& permission);
- static WindowAndroid* createForTesting();
+ static WindowAndroid* CreateForTesting();
+ void DestroyForTesting();
private:
~WindowAndroid() override;
« no previous file with comments | « ui/android/resources/resource_manager_impl_unittest.cc ('k') | ui/android/window_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698