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

Unified Diff: chrome/common/extensions/extension.h

Issue 597023: linux: turn on -Wextra (Closed)
Patch Set: more Created 10 years, 9 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 | « build/common.gypi ('k') | sandbox/linux/seccomp/library.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/extension.h
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
index 05c15220afe581b385d0bf0d3e8feadb5a7584b7..01298588236e8d5a66ff1bb023f4f71ba36ea2c1 100644
--- a/chrome/common/extensions/extension.h
+++ b/chrome/common/extensions/extension.h
@@ -304,7 +304,7 @@ class Extension {
const std::string& launch_local_path() const { return launch_local_path_; }
const std::string& launch_web_url() const { return launch_web_url_; }
- const LaunchContainer launch_container() const { return launch_container_; }
+ LaunchContainer launch_container() const { return launch_container_; }
// Gets the fully resolved absolute launch URL.
GURL GetFullLaunchURL() const;
« no previous file with comments | « build/common.gypi ('k') | sandbox/linux/seccomp/library.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698