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

Unified Diff: chrome/browser/tabs/tab_strip_model_unittest.cc

Issue 4200005: Part 4/4 of immutable Extension refactor: Kill Extension::StaticData and put (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 2 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/tabs/tab_strip_model_unittest.cc
diff --git a/chrome/browser/tabs/tab_strip_model_unittest.cc b/chrome/browser/tabs/tab_strip_model_unittest.cc
index 906119cbb893e54cfbd376714b016342b4ee51bb..a08a5bcfbca522c1609168f4aca44607192cc281 100644
--- a/chrome/browser/tabs/tab_strip_model_unittest.cc
+++ b/chrome/browser/tabs/tab_strip_model_unittest.cc
@@ -1513,7 +1513,7 @@ TEST_F(TabStripModelTest, Apps) {
#endif
scoped_refptr<Extension> extension_app(new Extension(path,
Extension::INVALID));
- extension_app->mutable_static_data_->launch_web_url = "http://www.google.com";
+ extension_app->launch_web_url_ = "http://www.google.com";
TabContents* contents1 = CreateTabContents();
contents1->SetExtensionApp(extension_app);
TabContents* contents2 = CreateTabContents();

Powered by Google App Engine
This is Rietveld 408576698