[Title] Initial upload the browser for tizen 2.0
[profile/ivi/org.tizen.browser.git] / src / browser-settings / browser-settings-user-agent-view.h
index 260f21d..2eaccee 100755 (executable)
@@ -1,18 +1,20 @@
 /*
-  * Copyright 2012  Samsung Electronics Co., Ltd
-  *
-  * Licensed under the Flora License, Version 1.0 (the "License");
-  * you may not use this file except in compliance with the License.
-  * You may obtain a copy of the License at
-  *
-  *    http://www.tizenopensource.org/license
-  *
-  * Unless required by applicable law or agreed to in writing, software
-  * distributed under the License is distributed on an "AS IS" BASIS,
-  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  * See the License for the specific language governing permissions and
-  * limitations under the License.
-  */
+ * Copyright 2012  Samsung Electronics Co., Ltd
+ *
+ * Licensed under the Flora License, Version 1.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *    http://www.tizenopensource.org/license
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 
 #ifndef BROWSER_SETTINGS_USER_AGENT_VIEW_H
 #define BROWSER_SETTINGS_USER_AGENT_VIEW_H
@@ -31,7 +33,6 @@ public:
        typedef enum _user_agent_type {
                TIZEN,
                CHROME,
-               FIREFOX,
                UNKNOWN
        } user_agent_type;
 private:
@@ -56,11 +57,9 @@ private:
        Evas_Object *m_genlist;
        Evas_Object *m_tizen_checkbox;
        Evas_Object *m_chrome_checkbox;
-       Evas_Object *m_firefox_checkbox;
 
        genlist_callback_data m_tizen_item_callback_data;
        genlist_callback_data m_chrome_item_callback_data;
-       genlist_callback_data m_firefox_item_callback_data;
 
        Elm_Genlist_Item_Class m_1_text_1_icon_item_class;
 };