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

Unified Diff: blimp/client/app/linux/blimp_main.cc

Issue 2431653004: Setup Blimp internal string resources. (Closed)
Patch Set: Removed unused entry in public/DEPS Created 4 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: blimp/client/app/linux/blimp_main.cc
diff --git a/blimp/client/app/linux/blimp_main.cc b/blimp/client/app/linux/blimp_main.cc
index 2f06d931953f8610e13822bcce2b2bd6a73ad227..7cadf4b3834a9f459160958fd723373bd5bd260c 100644
--- a/blimp/client/app/linux/blimp_main.cc
+++ b/blimp/client/app/linux/blimp_main.cc
@@ -32,6 +32,7 @@ int main(int argc, const char**argv) {
blimp::client::InitializeLogging();
blimp::client::InitializeMainMessageLoop();
+ blimp::client::InitializeResourceBundle();
base::Thread io_thread("BlimpIOThread");
base::Thread::Options options;

Powered by Google App Engine
This is Rietveld 408576698